diff options
Diffstat (limited to 'app/Http/Middleware/PreventRequestsDuringMaintenance.php')
-rw-r--r-- | app/Http/Middleware/PreventRequestsDuringMaintenance.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/Http/Middleware/PreventRequestsDuringMaintenance.php b/app/Http/Middleware/PreventRequestsDuringMaintenance.php index 74cbd9a..842e4b9 100644 --- a/app/Http/Middleware/PreventRequestsDuringMaintenance.php +++ b/app/Http/Middleware/PreventRequestsDuringMaintenance.php @@ -11,7 +11,5 @@ class PreventRequestsDuringMaintenance extends Middleware * * @var array<int, string> */ - protected $except = [ - // - ]; + protected $except = []; } |