wesmiler 2 năm trước cách đây
mục cha
commit
c1207824d5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Services/WalletService.php

+ 1 - 1
app/Services/WalletService.php

@@ -126,7 +126,7 @@ class WalletService extends BaseService
      */
     public function getWalletList()
     {
-        $cacheKey = "caches:wallet:platform:all";
+        $cacheKey = "caches:wallets:platform:all";
         $wallets = RedisService::get($cacheKey);
         if ($wallets) {
             return $wallets;