This commit is contained in:
wuyanwen
2019-12-09 16:22:00 +08:00
parent e6b443043a
commit dfa045726b
16 changed files with 383 additions and 122 deletions

View File

@@ -205,7 +205,7 @@ class CatchAdmin
*/
public static function getRoutes(): string
{
if (file_exists(self::getCacheViewsFile())) {
if (file_exists(self::getCacheRoutesFile())) {
return self::getCacheRoutesFile();
}