mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
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.