hasOne(Agency::class, 'id', 'agency_id'); } public function collaborator(){ return $this->hasOne(Collaborator::class, 'id', 'collaborator_id'); } }