diff --git a/extend/catcher/CatchAdmin.php b/extend/catcher/CatchAdmin.php index 583f043..24faac1 100644 --- a/extend/catcher/CatchAdmin.php +++ b/extend/catcher/CatchAdmin.php @@ -249,7 +249,7 @@ class CatchAdmin public static function getRoutes() { if (file_exists(self::getCacheRoutesFile())) { - return self::getCacheRoutesFile(); + return [self::getCacheRoutesFile()]; } return self::getModuleRoutes();