Update DatabaseSeeder.php

This commit is contained in:
Mouhamed Lamine Bah
2018-07-02 01:56:04 +00:00
parent 30a210324e
commit c47c507963
+1 -4
View File
@@ -18,9 +18,6 @@ class DatabaseSeeder extends Seeder
$this->call(RateTableSeeder::class);
$this->call(BookTableSeeder::class);
$this->call(SettingCreditSeeder::class);
<<<<<<< HEAD
=======
$this->call(SuppliersTableSeeder::class);
>>>>>>> 722dbacd00523cf1ab207f77a3538f31199de32f
$this->call(SuppliersTableSeeder::class);
}
}