'extension_eav_value' ]; } public function attribute(): BelongsTo { return $this->belongsTo(EavAttributeModel::class, 'attribute_id', 'id'); } }