value)) { $morphToType = $resource->getAttribute("{$this->attribute}_type"); $morphToId = $resource->getAttribute("{$this->attribute}_id"); $this->morphToType = Relation::getMorphedModel($morphToType) ?? $morphToType; $this->morphToId = $this->value = (string) $morphToId; $this->viewable = false; } } }