Edited BookingController.php

This commit is contained in:
Anders
2020-06-25 13:14:08 +02:00
parent db3620763f
commit 1105233f7c
@@ -72,7 +72,7 @@ class BookingController extends Controller
*/ */
public function edit($id) public function edit($id)
{ {
// return Response::detect("bookings.show", [ "bookings" => $id]);
} }
/** /**