Updates to 03-2025
This commit is contained in:
parent
881fc84207
commit
4eb83def39
142 changed files with 21396 additions and 11243 deletions
|
|
@ -117,7 +117,6 @@ use Illuminate\Database\Eloquent\Collection;
|
|||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Booking whereTravelagendaId($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Booking whereUpdatedAt($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Booking whereWebsiteId($value)
|
||||
* @mixin \Eloquent
|
||||
* @property-read int|null $service_provider_entries_count
|
||||
* @property float|null $canceled
|
||||
* @property float|null $price_canceled
|
||||
|
|
@ -190,6 +189,17 @@ use Illuminate\Database\Eloquent\Collection;
|
|||
* @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)
|
||||
* @property int|null $insurance_offer
|
||||
* @property int|null $airport_id
|
||||
* @property-read \App\Models\Airport|null $airport
|
||||
* @property-read Collection<int, \App\Models\BookingDocument> $booking_documents
|
||||
* @property-read int|null $booking_documents_count
|
||||
* @property-read Collection<int, \App\Models\CustomerMail> $customer_mails_reverse
|
||||
* @property-read int|null $customer_mails_reverse_count
|
||||
* @property-read \App\Models\Salutation|null $participant_salutation
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|Booking whereAirportId($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|Booking whereInsuranceOffer($value)
|
||||
* @mixin \Eloquent
|
||||
*/
|
||||
class Booking extends Model
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue