PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
livewire
/
livewire
/
src
/
Attributes
/
Editing: Rule.php
<?php namespace Livewire\Attributes; use Attribute; use Livewire\Features\SupportValidation\BaseRule; #[Attribute(Attribute::IS_REPEATABLE | Attribute::TARGET_ALL)] class Rule extends BaseRule { // }
SAVE
CANCEL