MIF_E31222691/app/Http
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
..
Controllers Update VerificationController.php 2018-09-07 19:44:33 +10:00
Middleware Merge branch 'master' into develop 2018-07-19 07:48:44 -05:00
Kernel.php Update HttpKernel to use Authenticate middleware under App namespace 2018-09-07 15:58:40 -05:00