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