ouzo icon indicating copy to clipboard operation
ouzo copied to clipboard

Cannot use Config in index.php

Open danon opened this issue 9 years ago • 0 comments

If Config::getValue() is invoked before Bootstrap#runApplication, then all config is overridden, which is unwanted behavior for getValue to override config,. It will possibly result in "No route found for" exception.,

You cannot now inject an object which uses Config in contructor.

danon avatar Mar 31 '16 12:03 danon