wesmiler 6 дней назад
Родитель
Сommit
b8626920b5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Http/Controllers/Admin/IndexController.php

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

@@ -103,7 +103,7 @@ class IndexController extends Backend
         RedisService::keyDel("caches:accounts*");
         RedisService::keyDel("caches:count*");
         RedisService::keyDel("caches:account*");
-        RedisService::keyDel("caches:articles*");
+        RedisService::keyDel("caches:article*");
         RedisService::keyDel("caches:member*");
         RedisService::keyDel("caches:config*");
         RedisService::keyDel("caches:supervisors*");