*/ protected $casts = [ 'config_type' => FormFieldConfigType::class, 'parameters' => 'array', ]; public function owner(): MorphTo { return $this->morphTo('owner', 'owner_type', 'owner_id'); } }