belongsTo(Anchor::class, 'anchor_id'); } public function viewer(){ return $this->belongsTo(Viewer::class); } }