hasOne('App\Models\Client', 'id', 'client_id'); } public function update_info(){ return $this->hasOne('App\Models\SystemUser', 'id', 'last_updated_by'); } }