v0.10.1 - Added location on washing_reservations and created a WashingMachineSeeder.php
This commit is contained in:
@@ -16,6 +16,7 @@ class DatabaseSeeder extends Seeder
|
||||
$this->call(UserSeeder::class);
|
||||
$this->call(ContactSeeder::class);
|
||||
$this->call(LocationSeeder::class);
|
||||
$this->call(WashingMachineSeeder::class);
|
||||
$this->call(NewsTypeSeeder::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user