getServiceManager()->register(ResultsService::SERVICE_ID, new ResultsService( [ ResultsService::OPTION_ALLOW_SQL_EXPORT => false ] )); } /** * @param Schema $schema * @throws InvalidServiceManagerException */ public function down(Schema $schema): void { $this->getServiceManager()->unregister(ResultsService::SERVICE_ID); } }