v0.3.3
Pre-release
Pre-release
Changes
- Add support for Laravel Framework
v6.+
. - Use
static function
rather thanfunction
whenever possible, the PHP engine does not need to instantiate and later GC a$this
variable for said closure.