Skip to content

Commit 40688e1

Browse files
committed
Changed $cache var to protected, to extend so classes
1 parent 153bdbd commit 40688e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MemcachedCachePool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class MemcachedCachePool extends AbstractCachePool implements HierarchicalPoolIn
2727
/**
2828
* @type \Memcached
2929
*/
30-
private $cache;
30+
protected $cache;
3131

3232
/**
3333
* @param \Memcached $cache

0 commit comments

Comments
 (0)