mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 19:59:18 -08:00
Rearrange seeder order so that users validate properly on first seed run. This hopefully fixes the actionlog seeder error.
This commit is contained in:
parent
3e7fbb02b7
commit
61a216a531
|
@ -23,11 +23,11 @@ class DatabaseSeeder extends Seeder
|
|||
|
||||
$this->call(CompanySeeder::class);
|
||||
$this->call(CategorySeeder::class);
|
||||
$this->call(LocationSeeder::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);
|
||||
$this->call(AssetModelSeeder::class);
|
||||
$this->call(DepreciationSeeder::class);
|
||||
|
|
Loading…
Reference in a new issue