Skip to content

v3.7.1

Choose a tag to compare

@crynobone crynobone released this 21 Feb 07:12
· 114 commits to master since this release

Changes

  • Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function.
  • Use Illuminate\Events\Dispatcher::dispatch() instead deprecated Illuminate\Events\Dispatcher::fire().