You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validate FormRequest when resolving Illuminate\Contracts\Validation\ValidatesWhenResolved.
Use static function rather than function whenever possible, the PHP engine does not need to instantiate and later GC a $this variable for said closure.