fixed wrong migration name of external link

fixed wrong path on controller view
This commit is contained in:
Vedde
2020-06-24 08:53:07 +02:00
parent 6a0a46453f
commit ccddf4d2f3
5 changed files with 24 additions and 22 deletions
+2
View File
@@ -30,3 +30,5 @@ Route::resource("users", "UserController");
Route::resource("events", "EventController");
Route::resource("washing-machines", "WashingMachineController");
Route::resource("washing-reservations", "WashingReservationController");
Route::resource("feedbacks", "FeedbackController");
Route::resource("externallinks", "ExternalLinkController");