Skip to content

Commit

Permalink
Re-enable middleware. Fixes #3472
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Feb 18, 2019
1 parent 37389ef commit 827822e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Http/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ class Kernel extends HttpKernel
* @var array
*/
protected $middleware = [
// TrustProxies::class,
// CheckForMaintenanceMode::class,
TrustProxies::class,
CheckForMaintenanceMode::class,
];

/**
Expand Down

0 comments on commit 827822e

Please sign in to comment.