JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour
<?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 { // } }