removed notification seeder

updated boardcasting config
added rate updated notification file
This commit is contained in:
Jack Goh
2018-08-16 10:58:54 +08:00
parent 2fff081268
commit 2ad56b02a6
6 changed files with 67 additions and 5 deletions
-1
View File
@@ -28,7 +28,6 @@ class DatabaseSeeder extends Seeder
$this->call(SettingActiveBankSeeder::class);
$this->call(SettingTaxRateSeeder::class);
$this->call(SettingBillingChargeSeeder::class);
$this->call(NotificationSeeder::class);
DB::statement('SET FOREIGN_KEY_CHECKS=1;');
}
}