@@ -53,7 +53,7 @@ |
||
53 | 53 | return null; |
54 | 54 | } |
55 | 55 | |
56 | - $json = json_decode($response->getContent(), true); |
|
56 | + $json = json_decode($response->getContent(), true); |
|
57 | 57 | $analytics = $json['data']; |
58 | 58 | $allAnalytics[] = $this->castAll($analytics); |
59 | 59 |