seven 1 月之前
父節點
當前提交
7151797e3f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Services/ApiFootball/Sdk.php

+ 1 - 1
app/Services/ApiFootball/Sdk.php

@@ -25,7 +25,7 @@ public function timezone()
     public function countries($params = [])
     {
         $result = Client::countries($params);
-        return json_decode($result, true);
+        return $result;
     }
 
     public function fixtures($params = [])