mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
Add Dept seeder to db seeder
This commit is contained in:
parent
a6b3e4bbb1
commit
776da1dea4
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue