Appointment model tweaks
This commit is contained in:
parent
a95c9518b3
commit
e9dd1567b8
|
@ -11,7 +11,9 @@ class Appointment extends Model
|
|||
'appointmentDate',
|
||||
'applicationID',
|
||||
'appointmentStatus',
|
||||
'appointmentLocation'
|
||||
'appointmentLocation',
|
||||
'meetingNotes',
|
||||
'userAccepted'
|
||||
];
|
||||
|
||||
public function application()
|
||||
|
|
Loading…
Reference in New Issue