Edited BookingController.php
This commit is contained in:
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]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue