PATH:
home
/
rwabteecom
/
public_html_old
/
vendor
/
livewire
/
livewire
/
src
/
Attributes
/
Editing: On.php
<?php namespace Livewire\Attributes; use Attribute; use Livewire\Features\SupportEvents\BaseOn; #[Attribute(Attribute::IS_REPEATABLE | Attribute::TARGET_CLASS | Attribute::TARGET_METHOD)] class On extends BaseOn { // }
SAVE
CANCEL