mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-29 17:24:14 +00:00
fix conflit
This commit is contained in:
@@ -108,12 +108,10 @@ class BookingController extends Controller
|
||||
|
||||
return response()->json($booking, 201);
|
||||
}
|
||||
|
||||
|
||||
|
||||
public function update(Request $request, $book_id)
|
||||
{
|
||||
$book_id = Booking::find($book_id);
|
||||
|
||||
$book_id->account_name = $request->input('account_name');
|
||||
$book_id->account_num = $request->input('account_num');
|
||||
$book_id->bank_name = $request->input('bank_name');
|
||||
|
||||
Reference in New Issue
Block a user