10 ] ); $this->getServiceLocator()->register( EventAggregator::SERVICE_ID, $eventAggregator ); } public function down(Schema $schema): void { $this->getServiceLocator()->unregister(EventAggregator::SERVICE_ID); } }