Explorar o código

调整清除缓存

liaofei %!s(int64=2) %!d(string=hai) anos
pai
achega
d94b98ef54
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      crmeb/app/services/system/config/SystemStorageServices.php

+ 1 - 1
crmeb/app/services/system/config/SystemStorageServices.php

@@ -217,7 +217,7 @@ class SystemStorageServices extends BaseServices
                     $make->update('tengxun_appid', ['value' => json_encode($appid)], 'menu_name');
                     break;
             }
-            \crmeb\services\CacheService::clear();
+            $make->cacheDriver()->clear();
         }
     }