Skip to content

v3.8.9

Choose a tag to compare

@crynobone crynobone released this 13 Sep 16:48

Changes

  • Allow laravie/api version 3.0+ to be installed when it become available.
  • Additional use static function rather than function whenever possible, the PHP engine does not need to instantiate and later GC a $this variable for said closure.

Fixes

  • Fixes tests skeleton code.