Explorar o código

Updated get to fetch

Replaced get for fetch method. Get... does not exist!
Marc %!s(int64=12) %!d(string=hai) anos
pai
achega
706321ab4d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Service/GearmanCacheWrapper.php

+ 1 - 1
Service/GearmanCacheWrapper.php

@@ -147,7 +147,7 @@ class GearmanCacheWrapper
     {
         if ($this->cache->contains($this->cacheId)) {
 
-            $this->workerCollection = $this->cache->get($this->cacheId);
+            $this->workerCollection = $this->cache->fetch($this->cacheId);
 
         } else {