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
{{ message }}
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.
For one Service i need a factories entry, a delegators entry and a class_map entry to the service_manager configuration.
Is it possible to add a class_exists option as "feature" to the LazyServiceFactory?
To be honest, this could easily be the default settings, but the service manager provides no type guarantees, so it is quite risky to apply. Could you check if we could add return type hints to the lazy loafing proxy initializers?
Hello, in the lazy_services configuration is a class_map array.
That array looks for most of my services like this:
For one Service i need a factories entry, a delegators entry and a class_map entry to the service_manager configuration.
Is it possible to add a class_exists option as "feature" to the LazyServiceFactory?
The text was updated successfully, but these errors were encountered: