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