v0.10.14 - Fixed localstorage saving for the admin menu and added ResourceCategorySeeder.php

This commit is contained in:
frederikpyt
2020-08-24 10:17:08 +02:00
parent d280f6c7bc
commit 7a02f4a48f
3 changed files with 45 additions and 6 deletions
@@ -18,5 +18,6 @@ class DatabaseSeeder extends Seeder
$this->call(LocationSeeder::class);
$this->call(WashingMachineSeeder::class);
$this->call(NewsTypeSeeder::class);
$this->call(ResourceCategorySeeder::class);
}
}