getServiceManager()->register( QtiPackageImportPreprocessing::SERVICE_ID, new NoneQtiPackageImportPreprocessing() ); } /** * @param Schema $schema * * @throws InvalidServiceManagerException */ public function down(Schema $schema): void { $this->getServiceManager()->unregister(QtiPackageImportPreprocessing::SERVICE_ID); } }