belongsTo(ActivityProxy::modelClass()); } /** * Get the user that owns the participant. */ public function user() { return $this->belongsTo(UserProxy::modelClass()); } /** * Get the person that owns the participant. */ public function person() { return $this->belongsTo(PersonProxy::modelClass()); } }