parent
0eb1a8f3bc
commit
7f6ec77e69
|
@ -69,7 +69,7 @@ class Kernel extends HttpKernel
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $middlewarePriority = [
|
||||
protected $middlewarePriority = [
|
||||
\Illuminate\Session\Middleware\StartSession::class,
|
||||
\Illuminate\View\Middleware\ShareErrorsFromSession::class,
|
||||
\App\Http\Middleware\Authenticate::class,
|
||||
|
|
Loading…
Reference in New Issue