1.提交缺失的东西

This commit is contained in:
2025-05-13 10:46:33 +08:00
parent 111f6a3838
commit 89b7f6d1ef

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)