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