Commit 96d101c9 authored by Patrick Brouwers's avatar Patrick Brouwers

Add SidebarResolver to middleware list

parent e9812d95
......@@ -15,6 +15,7 @@ class Kernel extends HttpKernel {
'Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse',
'Illuminate\Session\Middleware\StartSession',
'Illuminate\View\Middleware\ShareErrorsFromSession',
'Maatwebsite\Sidebar\Middleware\ResolveSidebars',
'App\Http\Middleware\VerifyCsrfToken',
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment