Skip to content

v5.1.0

Compare
Choose a tag to compare
@crynobone crynobone released this 03 Apr 02:12

Changes

  • Use $this->container instead of deprecated $this->app for manager extending Illuminate\Support\Manager.

Fixes

  • Use app() instead of $this->app as it would bind to different scope under macros.

Removed

  • Remove authenticating route helpers.