wesmiler hai 23 horas
pai
achega
6be88316bb
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      app/Http/Controllers/Admin/IndexController.php

+ 1 - 2
app/Http/Controllers/Admin/IndexController.php

@@ -104,10 +104,9 @@ class IndexController extends Backend
         RedisService::keyDel("caches:count*");
         RedisService::keyDel("caches:account*");
         RedisService::keyDel("caches:article*");
+        RedisService::keyDel("caches:social*");
         RedisService::keyDel("caches:member*");
         RedisService::keyDel("caches:config*");
-        RedisService::keyDel("caches:supervisors*");
-        RedisService::keyDel("caches:meeting*");
         RedisService::keyDel("caches:stores*");
         RedisService::keyDel("caches:order*");
         RedisService::keyDel(env('APP_NAME') . "_cache:*");