@@ -77,7 +77,7 @@ |
||
77 | 77 | |
78 | 78 | $data = $this->client->send($uri, $opts); |
79 | 79 | |
80 | - var_dump(json_decode($data['data'], true));die; |
|
80 | + var_dump(json_decode($data['data'], true)); die; |
|
81 | 81 | if (empty($data)) { |
82 | 82 | throw new \Exception; |
83 | 83 | } |