Appointment model tweaks
This commit is contained in:
parent
a95c9518b3
commit
e9dd1567b8
|
@ -7,11 +7,13 @@ use Illuminate\Database\Eloquent\Model;
|
|||
class Appointment extends Model
|
||||
{
|
||||
public $fillable = [
|
||||
'appointmentDescription',
|
||||
'appointmentDate',
|
||||
'applicationID',
|
||||
'appointmentDescription',
|
||||
'appointmentDate',
|
||||
'applicationID',
|
||||
'appointmentStatus',
|
||||
'appointmentLocation'
|
||||
'appointmentLocation',
|
||||
'meetingNotes',
|
||||
'userAccepted'
|
||||
];
|
||||
|
||||
public function application()
|
||||
|
|
Loading…
Reference in New Issue