Add Dept seeder to db seeder

This commit is contained in:
snipe 2017-10-07 03:18:46 -07:00
parent a6b3e4bbb1
commit 776da1dea4

View file

@ -18,6 +18,7 @@ class DatabaseSeeder extends Seeder
$this->call(CategorySeeder::class);
$this->call(UserSeeder::class);
$this->call(DepreciationSeeder::class);
$this->call(DepartmentSeeder::class);
$this->call(ManufacturerSeeder::class);
$this->call(LocationSeeder::class);
$this->call(SupplierSeeder::class);