diff --git a/src/Middleware/Security.php b/src/Middleware/Security.php index 308efb3..ab26181 100644 --- a/src/Middleware/Security.php +++ b/src/Middleware/Security.php @@ -40,7 +40,7 @@ class Security */ private function isClientIPPermitted($ip) { - if (!app()->environment('production', 'staging')) { + if (app()->environment('develop', 'local')) { return true; }