* Optimize method name.

This commit is contained in:
Lufei
2023-06-08 15:44:28 +08:00
parent 746dbdaa08
commit f0c0da4411
2 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -353,7 +353,7 @@ class misc extends control
return;
}
$this->misc->getCacheFiles(rtrim($this->app->getCacheRoot(), DS));
$this->misc->cleanCachaFiles(rtrim($this->app->getCacheRoot(), DS));
echo 'Cleaned cache files.';
}