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