Fixes for migrations

This commit is contained in:
David Bomba 2021-09-27 07:30:02 +10:00
parent c299a0fdde
commit ee947ad6c6
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class AddBancontactToPaymentTypes extends Migration
{ {
$type = new PaymentType(); $type = new PaymentType();
$type->id = 35; $type->id = 36;
$type->name = 'Bancontact'; $type->name = 'Bancontact';
$type->gateway_type_id = GatewayType::BANCONTACT; $type->gateway_type_id = GatewayType::BANCONTACT;

0
storage/app/public/.gitignore vendored Normal file → Executable file
View File