Move parenthesis

This commit is contained in:
Oliver Davies 2019-02-14 02:38:22 +00:00
parent 2417088e80
commit a564aa85fa

View file

@ -129,8 +129,8 @@ class PickWinnerCommand extends Command
// TODO: Cache this. // TODO: Cache this.
$response = $this->client->get( $response = $this->client->get(
$event->comments_uri, $event->comments_uri,
['query' => ['resultsperpage' => 1000]]) ['query' => ['resultsperpage' => 1000]]
->getBody(); )->getBody();
return collect(json_decode($response)->comments); return collect(json_decode($response)->comments);
} }