@@ -12,9 +12,9 @@ |
||
12 | 12 | public function run() |
13 | 13 | { |
14 | 14 | // TODO: add seeders for demo setup |
15 | - $this->call(UserTableSeeder::class); |
|
16 | - $this->call(EquipmentSeeder::class); |
|
17 | - $this->call(CustomerSeeder::class); |
|
18 | - $this->call(TechTipsSeeder::class); |
|
15 | + $this->call(UserTableSeeder::class); |
|
16 | + $this->call(EquipmentSeeder::class); |
|
17 | + $this->call(CustomerSeeder::class); |
|
18 | + $this->call(TechTipsSeeder::class); |
|
19 | 19 | } |
20 | 20 | } |