修改
This commit is contained in:
parent
a1c135f5d0
commit
0bc1b3c30c
@ -249,7 +249,7 @@ class CatchAdmin
|
||||
public static function getRoutes()
|
||||
{
|
||||
if (file_exists(self::getCacheRoutesFile())) {
|
||||
return self::getCacheRoutesFile();
|
||||
return [self::getCacheRoutesFile()];
|
||||
}
|
||||
|
||||
return self::getModuleRoutes();
|
||||
|
Loading…
x
Reference in New Issue
Block a user