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 Jul 17, 2020. It is now read-only.
The creation of new proxies fails, if the corresponding service contains a circular dependency.
We never get back the service instance on line 132, because createRealService internal calls the create method of the Zend ServiceManager, which has a built-in circular dependency detection.
If such a dependency is detected, it throws an Zend\ServiceManager\Exception\CircularDependencyFoundException
The text was updated successfully, but these errors were encountered:
Class: OcraServiceManager\Proxy\ServiceProxyAbstractFactory
The creation of new proxies fails, if the corresponding service contains a circular dependency.
We never get back the service instance on line 132, because createRealService internal calls the create method of the Zend ServiceManager, which has a built-in circular dependency detection.
If such a dependency is detected, it throws an Zend\ServiceManager\Exception\CircularDependencyFoundException
The text was updated successfully, but these errors were encountered: