From 9be73c2d0f21a539bc46974139e8c36c12845ca0 Mon Sep 17 00:00:00 2001 From: Fbenas Date: Sun, 20 Sep 2020 22:08:03 +0100 Subject: Initial commit --- .../Middleware/PreventRequestsDuringMaintenance.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/Http/Middleware/PreventRequestsDuringMaintenance.php (limited to 'app/Http/Middleware/PreventRequestsDuringMaintenance.php') diff --git a/app/Http/Middleware/PreventRequestsDuringMaintenance.php b/app/Http/Middleware/PreventRequestsDuringMaintenance.php new file mode 100644 index 0000000..e4956d0 --- /dev/null +++ b/app/Http/Middleware/PreventRequestsDuringMaintenance.php @@ -0,0 +1,17 @@ +