Skip to content

Commit

Permalink
Add web middleware to lookingglass now that Zend auth is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Jan 8, 2019
1 parent afcddf0 commit f19e961
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ class Kernel extends HttpKernel {
],

'lookingglass' => [
'web',
Middleware\ControllerEnabled::class,
Middleware\Services\LookingGlass::class,
],
Expand Down

0 comments on commit f19e961

Please sign in to comment.