Mehrere Tickets 49, 50, 51, 52, 53
This commit is contained in:
parent
ae70577289
commit
e3495be8b8
61 changed files with 1904 additions and 344 deletions
|
|
@ -47,7 +47,8 @@ class Participant extends Model
|
|||
protected $casts = [
|
||||
'booking_id' => 'int',
|
||||
'participant_salutation_id' => 'int',
|
||||
'participant_child' => 'bool'
|
||||
'participant_child' => 'bool',
|
||||
'participant_pass' => 'bool'
|
||||
];
|
||||
|
||||
protected $dates = [
|
||||
|
|
@ -61,7 +62,8 @@ class Participant extends Model
|
|||
'participant_birthdate',
|
||||
'participant_salutation_id',
|
||||
'participant_child',
|
||||
'nationality_id'
|
||||
'nationality_id',
|
||||
'participant_pass'
|
||||
];
|
||||
|
||||
public function booking()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue