JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "rule.implicit.stub"

Full Path: /var/www/laravel_filter/vendor/nwidart/laravel-modules/src/Commands/stubs/rule.implicit.stub
File size: 400 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace $NAMESPACE$;

use Closure;
use Illuminate\Contracts\Validation\ValidationRule;

class $CLASS$ implements ValidationRule
{
    /**
     * Indicates whether the rule should be implicit.
     */
    public bool $implicit = true;

    /**
     * Run the validation rule.
     */
    public function validate(string $attribute, mixed $value, Closure $fail): void
    {
        //
    }
}