getServiceManager()->register( ActionBlackList::SERVICE_ID, new ActionBlackList() ); } public function down(Schema $schema): void { $this->getServiceManager()->unregister(ActionBlackList::SERVICE_ID); } }