Closed gin0115 closed 3 years ago
Config facade isn't being populated using the same defined as rules as inject App_Config does.
This is because App_Config is set using substitutomion on *. When this is done, you cant create the item using App::make().
To fix this, ensure the App_Config is populated as an actual rule, without using the global substitution value.
Config facade isn't being populated using the same defined as rules as inject App_Config does.
This is because App_Config is set using substitutomion on *. When this is done, you cant create the item using App::make().
To fix this, ensure the App_Config is populated as an actual rule, without using the global substitution value.