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.
$response = $this->client->get(
$event->comments_uri,
['query' => ['resultsperpage' => 1000]])
->getBody();
['query' => ['resultsperpage' => 1000]]
)->getBody();
return collect(json_decode($response)->comments);
}