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