encodePrimaryKey($this->id); } public function documents() { return $this->morphMany(Document::class, 'documentable'); } }