Преглед на файлове

Updated get to fetch

Replaced get for fetch method. Get... does not exist!
Marc преди 12 години
родител
ревизия
706321ab4d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 {