hasOne(CompanyClient::class, 'id', 'company_client_id'); } public function systemFile(){ return $this->hasOne(SystemFile::class, 'id', 'system_file_id'); } }