v3.0.0
Changes
- Add support to Laravel Framework v6.+.
- Refactor
Laravie\Profiler\Timer. - Improve performance by prefixing all global functions calls with
\to skip the look up and resolve process and go straight to the global function. - return
selfshould only be used when method is marked asfinal.