ip permison

This commit is contained in:
dongwei 2019-03-15 16:13:33 +08:00
parent d959852a56
commit c9fa7757bd

View File

@ -40,7 +40,7 @@ class Security
*/
private function isClientIPPermitted($ip)
{
if (!app()->environment('production', 'staging')) {
if (app()->environment('develop', 'local')) {
return true;
}