HOME


Mini Shell 1.0
DIR: /home/cardxfeb/public_html/vendor/livewire/livewire/src/Features/SupportValidation/
Upload File :
Current File : //home/cardxfeb/public_html/vendor/livewire/livewire/src/Features/SupportValidation/BaseRule.php
<?php

namespace Livewire\Features\SupportValidation;

use Attribute;

#[Attribute(Attribute::IS_REPEATABLE | Attribute::TARGET_ALL)]
class BaseRule extends BaseValidate
{
   // This class is kept here for backwards compatibility...
}