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