v3.7.1
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 deprecatedIlluminate\Events\Dispatcher::fire().