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