ip permison
This commit is contained in:
parent
d959852a56
commit
c9fa7757bd
|
@ -40,7 +40,7 @@ class Security
|
||||||
*/
|
*/
|
||||||
private function isClientIPPermitted($ip)
|
private function isClientIPPermitted($ip)
|
||||||
{
|
{
|
||||||
if (!app()->environment('production', 'staging')) {
|
if (app()->environment('develop', 'local')) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user