Google2Fa ready to upload
This commit is contained in:
parent
e3495be8b8
commit
73e38a006e
127 changed files with 2637 additions and 589 deletions
|
|
@ -183,6 +183,11 @@ use Illuminate\Database\Eloquent\Collection;
|
|||
* @property-read \App\Models\TravelNationality|null $travel_nationality
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Booking whereComfort($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Booking whereNationalityId($value)
|
||||
* @property bool|null $participant_pass
|
||||
* @property array|null $airline_ids
|
||||
* @property-read \App\Models\BookingStorno|null $booking_strono
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|Booking whereAirlineIds($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|Booking whereParticipantPass($value)
|
||||
*/
|
||||
class Booking extends Model
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue