fix booked

This commit is contained in:
merdan 2020-05-13 16:29:52 +05:00
parent cf7c4a41ad
commit af9a7cd872
1 changed files with 1 additions and 1 deletions

View File

@ -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'];
});