Commit Graph
4 Commits
Author SHA1 Message Date
Matt Hollis 04960ed8be Update Kernel.php 2018-09-07 16:24:35 -05:00
Matt Hollis 7f6ec77e69 Update Kernel.php
StyleCI fixes
2018-09-07 16:22:40 -05:00
Matt Hollis 0eb1a8f3bc Update Kernel.php 2018-09-07 16:20:54 -05:00
Matt Hollis b354a35272 Update HttpKernel to use Authenticate middleware under App namespace
The `Authenticate` middleware is intended to be called in a specific order before applying developer-listed middleware. In 5.7, it was changed to `App\Http\Middleware\Authenticate` but the priority still lists it as living under `Illuminate\Auth\Middleware\Authenticate`.

This proposed fix moves that priority array to `App\Http\Kernel` and changes the reference to the userland class.
2018-09-07 15:58:40 -05:00