Kirin 2 年之前
父節點
當前提交
07177d4c92
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/common/model/Category.php

+ 1 - 1
application/common/model/Category.php

@@ -71,7 +71,7 @@ class Category extends Model
      * 读取分类列表
      * @param string $type 指定类型
      * @param string $status 指定状态
-     * @return Tree
+     * @return array
      */
     public static function getCategoryArray($type = null, $status = null, $cid = 0)
     {