D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
public_html
/
vendor
/
livewire
/
livewire
/
src
/
Attributes
/
Filename :
Rule.php
back
Copy
<?php namespace Livewire\Attributes; use Attribute; use Livewire\Features\SupportValidation\BaseRule; #[Attribute(Attribute::IS_REPEATABLE | Attribute::TARGET_ALL)] class Rule extends BaseRule { // }