We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2877999 commit e2f9495Copy full SHA for e2f9495
1 file changed
ArrayCachePool.php
@@ -110,6 +110,7 @@ protected function clearAllObjectsFromCache()
110
protected function clearOneObjectFromCache($key)
111
{
112
$this->commit();
113
+ $path = null;
114
$keyString = $this->getHierarchyKey($key, $path);
115
if (isset($this->cache[$path])) {
116
$this->cache[$path]++;
0 commit comments