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
..
2017-07-17 09:12:08 -05:00
2018-03-24 03:12:17 -05:00
2018-06-21 11:09:58 -05:00
2018-09-06 08:11:07 -05:00