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
Right now the provider takes care of compiling service definitions into a WP-like structure.
This does not seem like a single purpose, because the provider should just pass things to the container.
We want to use some kind of Compiler/... classes that register things in WordPress and turn the service definition into something usable for the provider.
This still is no single purpose thing but a step forward.
In addition we could not use other types of DI container.
The text was updated successfully, but these errors were encountered:
Right now the provider takes care of compiling service definitions into a WP-like structure.
This does not seem like a single purpose, because the provider should just pass things to the container.
We want to use some kind of Compiler/... classes that register things in WordPress and turn the service definition into something usable for the provider.
The text was updated successfully, but these errors were encountered: