fix booked
This commit is contained in:
parent
cf7c4a41ad
commit
af9a7cd872
|
|
@ -86,7 +86,7 @@ if(!function_exists('zanitlananlar')){
|
|||
return [$item => 'reserved'];
|
||||
});
|
||||
|
||||
$booked = $ticket->booked->pluck('seat_no')
|
||||
$booked = $ticket->booked()->pluck('seat_no')
|
||||
->transform(function ($item,$key){
|
||||
return [$item =>'booked'];
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue