From 2466d29fe2319c1057cca7cf1e1977451088276e Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Tue, 2 Aug 2022 11:30:56 -0400 Subject: initial commit of laravel --- .../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..74cbd9a --- /dev/null +++ b/app/Http/Middleware/PreventRequestsDuringMaintenance.php @@ -0,0 +1,17 @@ + + */ + protected $except = [ + // + ]; +} -- cgit v1.2.3