luck 3 years ago
parent
commit
ead8d9ce7a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      application/web/controller/MainController.php

+ 0 - 2
application/web/controller/MainController.php

@@ -34,8 +34,6 @@ class MainController extends Controller
 //        $redis=new \Redis();
 //        $redis->connect(config("config.redis.REDIS_HOST"),config("config.redis.REDIS_PORT"));
 //        $this->redis=$redis;
-
-
         $ip=request()->ip();
         $this->ip=$ip;
         $this->token=$token;