mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 23:54:36 -04: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();
|
$gateway->save();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Reverse the migrations.
|
|
||||||
*/
|
|
||||||
public function down(): void
|
|
||||||
{
|
|
||||||
Gateway::where('name', '=', 'Rotessa')->delete();
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user