public function afterInitialization() { parent::afterInitialization(); $this->menuCreator(); $this->container->dispatcher->addListener('app.beforeRun', function ($event) { PageRouteCollection::register($event->getApp()); }, 2000); }