caolongle hace 3 años
padre
commit
6b9e2acdf0
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      app/controller/Index.php

+ 0 - 1
app/controller/Index.php

@@ -7,7 +7,6 @@ class Index extends BaseController
7 7
 {
8 8
     public function index()
9 9
     {
10
-        echo phpinfo();exit;
11 10
         Cache::store('redis')->set("name","redis测试",3600);
12 11
         echo Cache::store('redis')->get("name");
13 12
     }