wesmiler 22 timmar sedan
förälder
incheckning
6be88316bb
1 ändrade filer med 1 tillägg och 2 borttagningar
  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:*");