api appointment store and show
This commit is contained in:
@@ -15,4 +15,9 @@ class AppointmentParticipant extends Model
|
||||
'participantable_type',
|
||||
'participantable_id',
|
||||
];
|
||||
|
||||
public function participantable()
|
||||
{
|
||||
return $this->morphTo();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user