v1.2.0 - You can now create and edit guides

This commit is contained in:
Anders
2020-09-11 12:30:37 +02:00
parent 78ab6be31a
commit cab8ad604c
10 changed files with 56 additions and 14 deletions
@@ -19,5 +19,6 @@ class DatabaseSeeder extends Seeder
$this->call(WashingMachineSeeder::class);
$this->call(NewsTypeSeeder::class);
$this->call(ResourceCategorySeeder::class);
$this->call(GuidesCategoriesSeeder::class);
}
}