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
instead of putting it to module.config.php you can move all closures into Module.php methods getServiceConfig or getControllerConfig or seperate Factory class which implements FactoryInterface.
in that case application with your module will be able to cache configuration and factories with closures will be loaded in your Module.php
The text was updated successfully, but these errors were encountered:
instead of putting it to module.config.php you can move all closures into Module.php methods getServiceConfig or getControllerConfig or seperate Factory class which implements FactoryInterface.
in that case application with your module will be able to cache configuration and factories with closures will be loaded in your Module.php
The text was updated successfully, but these errors were encountered: