Added resource category migration and empty blade files

This commit is contained in:
Vedde
2020-07-01 09:08:33 +02:00
parent f0132bee2c
commit 54a0fd0997
10 changed files with 64 additions and 9 deletions
+1
View File
@@ -39,3 +39,4 @@ Route::resource("washing-reservations", "WashingReservationController");
Route::resource("feedbacks", "FeedbackController");
Route::resource("external-links", "ExternalLinkController");
Route::resource("resource-extensions", "ResourceExtensionController");
Route::resource("resource-categories", "ResourceCategoryController");