dever 7 năm trước cách đây
mục cha
commit
791d15769d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Api.php

+ 1 - 1
src/Api.php

@@ -112,7 +112,7 @@ class Api
             foreach ($cate as $k => $v) {
             foreach ($cate as $k => $v) {
                 $result[$k] = $this->getName($v, true);
                 $result[$k] = $this->getName($v, true);
             }
             }
-            return implode(',', $result);
+            return $result;
         }
         }
         return array();
         return array();
     }
     }