Skip to content

Commit 0c96a58

Browse files
committed
Changed $cache var to protected, to extend so classes
1 parent 475e7d5 commit 0c96a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MemcacheCachePool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class MemcacheCachePool extends AbstractCachePool
2020
/**
2121
* @type Memcache
2222
*/
23-
private $cache;
23+
protected $cache;
2424

2525
/**
2626
* @param Memcache $cache

0 commit comments

Comments
 (0)