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