propagate(new RegisterDeliveryExecutionConfig()); $report = $script([]); $this->addReport($report); } /** * @param Schema $schema * * @throws InvalidServiceManagerException */ public function down(Schema $schema): void { $this->getServiceManager()->unregister(DeliveryExecutionConfig::SERVICE_ID); $this->addReport(Report::createSuccess(sprintf( 'Service "%s" successfully unregistered.', DeliveryExecutionConfig::class ))); } }