getRegistry(); if ($registry->has('liquidsInteraction')) { /** @noinspection PhpUnhandledExceptionInspection */ $registry->removeAllVersions('liquidsInteraction'); } $this->addReport( $this->propagate( new RegisterPciLiquid() )( ['0.4.2'] ) ); } public function down(Schema $schema): void { throw new IrreversibleMigration( 'In order to undo this migration, please revert the client-side changes and run ' . RegisterPciLiquid::class ); } }