Pink-Crab / Perique-Framework

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

Allow access to DI container #3

Closed gin0115 closed 3 years ago

gin0115 commented 3 years ago

In various places i have needed to access the DI container from modules and registration middleware. Need to find a way to either call from $app or have the DI container added to the default DI rules, so it can be injected. Not really liking having to inject App and use $app::make().