Appointment model tweaks

This commit is contained in:
Miguel Nogueira 2020-09-03 00:23:09 +01:00
parent a95c9518b3
commit e9dd1567b8
1 changed files with 6 additions and 4 deletions

View File

@ -11,7 +11,9 @@ class Appointment extends Model
'appointmentDate',
'applicationID',
'appointmentStatus',
'appointmentLocation'
'appointmentLocation',
'meetingNotes',
'userAccepted'
];
public function application()