1.提交缺失的东西
This commit is contained in:
2
app/common/cache/CacheBase.php
vendored
2
app/common/cache/CacheBase.php
vendored
@ -115,7 +115,7 @@ abstract class CacheBase
|
||||
|
||||
protected function cacheRm($name)
|
||||
{
|
||||
return Cache::rm($name);
|
||||
return Cache::delete($name);
|
||||
}
|
||||
|
||||
protected function cacheGet($name, $default = false)
|
||||
|
||||
Reference in New Issue
Block a user