v0.10.1 - Added location on washing_reservations and created a WashingMachineSeeder.php

This commit is contained in:
frederikpyt
2020-08-17 15:06:48 +02:00
parent e82c793820
commit 983b02e00e
4 changed files with 54 additions and 22 deletions
@@ -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);
}
}