Adrian Nowicki
Results
1
issues of
Adrian Nowicki
I have few modules which do someting like this: ```php class Module { public function onBootstrap(MvcEvent $event): void { $config = $event->getApplication()->getServiceManager()->get('config'); // .... } } ``` This code hangs...