Edited BookingController.php

This commit is contained in:
Anders 2020-06-25 13:14:08 +02:00
parent db3620763f
commit 1105233f7c
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class BookingController extends Controller
*/
public function edit($id)
{
//
return Response::detect("bookings.show", [ "bookings" => $id]);
}
/**