瀏覽代碼

wes 多宝福袋

APPLE 3 年之前
父節點
當前提交
4e28a75f08
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      vendor/topthink/framework/src/think/cache/driver/Redis.php

+ 0 - 3
vendor/topthink/framework/src/think/cache/driver/Redis.php

@@ -52,9 +52,6 @@ class Redis extends Driver
     {
         if (!empty($options)) {
             $this->options = array_merge($this->options, $options);
-        }else{
-           $options = config('cache.stores.redis');
-           $this->options = array_merge($this->options, $options);
         }
 
         if (extension_loaded('redis')) {