bug in memcached clear function

This commit is contained in:
Philipp Holzer 2018-07-07 18:43:55 +02:00
parent f95c420801
commit 1dafaa69c5
No known key found for this signature in database
GPG Key ID: 58160D7D6AF942B6
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class MemcachedCacheDriver extends AbstractCacheDriver implements IMemoryCacheDr
public function clear()
{
return true;
return $this->memcached->flush();
}
/**