encodePrimaryKey($this->id); } public function client() { return $this->belongsTo(Client::class); } }