mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 22:58:09 +00:00
Extra debug info for #2159 and some kernel changes.
This commit is contained in:
@@ -184,7 +184,21 @@ class Kernel extends HttpKernel
|
||||
'bindings',
|
||||
],
|
||||
];
|
||||
|
||||
/**
|
||||
* The priority-sorted list of middleware.
|
||||
*
|
||||
* This forces non-global middleware to always be in the given order.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $middlewarePriority
|
||||
= [
|
||||
StartFireflySession::class,
|
||||
ShareErrorsFromSession::class,
|
||||
Authenticate::class,
|
||||
Binder::class,
|
||||
Authorize::class,
|
||||
];
|
||||
/**
|
||||
* The application's route middleware.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user