change request show

This commit is contained in:
Kevin Adametz 2021-02-10 11:05:41 +01:00
parent 06fc3ba919
commit f1a1baa913
32 changed files with 34 additions and 13948 deletions

View file

@ -209,6 +209,7 @@ class Booking extends Model
'refund' => 'int',
'xx_tkt' => 'int',
'is_rail_fly' => 'bool',
'comfort' => 'bool'
];
@ -238,6 +239,7 @@ class Booking extends Model
'pax',
'coupon_id',
'title',
'comfort',
'start_date',
'end_date',
'website_id',