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
The method fromCachedConfig should be split up. It should only load the config and after that, the initialize() method should be called like for the normal initialization. For instance if the $eventQueue parameter is an instance which relies on event engine itself it can only be created via proxy manager.
The method
fromCachedConfig
should be split up. It should only load the config and after that, theinitialize()
method should be called like for the normal initialization. For instance if the$eventQueue
parameter is an instance which relies on event engine itself it can only be created via proxy manager.The text was updated successfully, but these errors were encountered: