Namespaced the fuck out of Pickles

This commit is contained in:
Josh Sherman 2014-09-27 22:28:15 -04:00
parent 48c5289060
commit 79f8da8c45
11 changed files with 59 additions and 70 deletions

View file

@ -84,7 +84,7 @@ class Cache extends Object
$datasources = [$datasources];
}
$this->connection = new Memcache();
$this->connection = new \Memcache();
foreach ($datasources as $name)
{