Skip to content

v2.2.2

Compare
Choose a tag to compare
@crynobone crynobone released this 04 Aug 03:45
· 26 commits to 2.2 since this release

Changes

  • 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.