dever 7 years ago
parent
commit
791d15769d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Api.php

+ 1 - 1
src/Api.php

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