v5.1.0
Changes
- Use
$this->container
instead of deprecated$this->app
for manager extendingIlluminate\Support\Manager
.
Fixes
- Use
app()
instead of$this->app
as it would bind to different scope under macros.
Removed
- Remove authenticating route helpers.