mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
Update 2024_06_11_231143_add_rotessa_gateway.php
remove tear down as per request https://github.com/invoiceninja/invoiceninja/pull/9704#discussion_r1693681455 Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
This commit is contained in:
parent
468138b012
commit
3361a8cf68
@ -33,12 +33,4 @@ return new class extends Migration
|
||||
$gateway->save();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Reverse the migrations.
|
||||
*/
|
||||
public function down(): void
|
||||
{
|
||||
Gateway::where('name', '=', 'Rotessa')->delete();
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user