diff --git a/library/think/Route.php b/library/think/Route.php index ad06d58f..9cd1837b 100644 --- a/library/think/Route.php +++ b/library/think/Route.php @@ -139,7 +139,7 @@ class Route * 设置路由绑定 * @access public * @param string $name 路由命名标识 - * @return string|array + * @return array */ public static function name($name = '') {