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 = [])