hasOne(Client::class, 'id', 'client_id'); } public function company(){ return $this->hasOne(Company::class, 'id', 'company_id'); } }