1.提交缺失的东西

This commit is contained in:
2025-05-13 10:43:25 +08:00
parent 1b3560b504
commit 8c1946ec56
2 changed files with 1 additions and 2 deletions

View File

@ -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)