mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
fix/removeDeleteandAddBankStatus
This commit is contained in:
@@ -21,6 +21,7 @@ class AddNullableSettingMalaysiaBankTable extends Migration
|
||||
$table->string('swift')->nullable()->change();
|
||||
$table->string('cnap')->nullable()->change();
|
||||
$table->string('bank_branch')->nullable()->change();
|
||||
$table->integer('active')->default(1);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ class SettingBeneficiarySeeder extends Seeder
|
||||
'bank_address' => 'Jalan cyberjaya',
|
||||
'swift' => 'AB3333',
|
||||
'cnap' => 'CADSeed',
|
||||
'bank_branch' => 'cyberjaa
|
||||
'bank_branch' => 'cyberjaya
|
||||
'
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user