Pink-Crab / Perique-Framework

The Perqiue Plugin Framework for WordPress
5 stars 0 forks source link

Config facade not being populated #8

Closed gin0115 closed 3 years ago

gin0115 commented 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.