From 0bc1b3c30ccde3357df49f312792d7893f71524f Mon Sep 17 00:00:00 2001 From: wuyanwen Date: Sun, 15 Dec 2019 17:47:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/catcher/CatchAdmin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();