v2.2.2
Changes
- Validate FormRequest when resolving
Illuminate\Contracts\Validation\ValidatesWhenResolved
. - Use
static function
rather thanfunction
whenever possible, the PHP engine does not need to instantiate and later GC a$this
variable for said closure.