diff --git a/database/migrations/2024_06_11_231143_add_rotessa_gateway.php b/database/migrations/2024_06_11_231143_add_rotessa_gateway.php index cb18062b40e0..eb8d013d7fef 100644 --- a/database/migrations/2024_06_11_231143_add_rotessa_gateway.php +++ b/database/migrations/2024_06_11_231143_add_rotessa_gateway.php @@ -33,12 +33,4 @@ return new class extends Migration $gateway->save(); } } - - /** - * Reverse the migrations. - */ - public function down(): void - { - Gateway::where('name', '=', 'Rotessa')->delete(); - } };