belongsTo(CustomProperty::class, 'custom_property_id'); } public function model() { return $this->morphTo(); } }