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