0.4.3'; } public function up(Schema $schema): void { call_user_func(new RegisterPicStudentToolSample(), ['0.4.3']); } public function down(Schema $schema): void { throw new IrreversibleMigration( 'In order to undo this migration, please revert the client-side changes and run ' . RegisterPicStudentToolSample::class ); } }