BookingController.php, Booking.php - Was already made being called washing-reservation
Route in web.php (Bookings not needed)

Fixed:
WashingReservationController.php
admin->layout->base (washing-reservations instead of booking)
This commit is contained in:
Anders
2020-06-25 13:28:51 +02:00
parent 1105233f7c
commit a77b266999
7 changed files with 15 additions and 126 deletions
-1
View File
@@ -32,4 +32,3 @@ Route::resource("washing-machines", "WashingMachineController");
Route::resource("washing-reservations", "WashingReservationController");
Route::resource("feedbacks", "FeedbackController");
Route::resource("external-links", "ExternalLinkController");
Route::resource("bookings", "BookingController");