You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
If
Config::getValue()
is invoked beforeBootstrap#runApplication
, then all config is overridden, which is unwanted behavior forgetValue
to override config,. It will possibly result in "No route found for" exception.,You cannot now inject an object which uses Config in contructor.
The text was updated successfully, but these errors were encountered: