diff --git a/database/seeds/DatabaseSeeder.php b/database/seeds/DatabaseSeeder.php index c5ea09b165..1da491a007 100644 --- a/database/seeds/DatabaseSeeder.php +++ b/database/seeds/DatabaseSeeder.php @@ -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);