Pink-Crab / Perique-Framework

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

Create Inject_Loader Interface #38

Closed gin0115 closed 2 years ago

gin0115 commented 3 years ago

Like DI Container, some services and middlewares need access to the pre init loader. This should be added as an interface, default Di rules and a trait to handle it.

Is already implemented on middleware children, so can be implemented easily