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