Should fix the double-caching issues - hopefully no repercussions!

This commit is contained in:
Andy Miller
2014-12-01 15:29:45 -07:00
parent 099589da90
commit d5e71072c0

View File

@@ -73,7 +73,7 @@ class Cache extends Getters
$this->driver = $this->getCacheDriver();
// Set the cache namespace to our unique key
$this->driver->setNamespace($this->key);
// $this->driver->setNamespace($this->key);
}
/**