addReport( $this->propagate( new RegisterSessionCookieService() )() ); } public function down(Schema $schema): void { $this->getServiceManager()->unregister(SessionCookieServiceInterface::SERVICE_ID); } }