Skip to content

Commit

Permalink
Fix getting of Guzzle service in DefaultController
Browse files Browse the repository at this point in the history
  • Loading branch information
MusikAnimal committed Sep 5, 2018
1 parent 930bd5e commit 7971029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppBundle/Controller/DefaultController.php
Expand Up @@ -79,7 +79,7 @@ public function backgroundImageAction($windowSize = null)
}

/** @var GuzzleClient $client */
$client = $this->get('guzzle.client.commons');
$client = $this->get('eight_points_guzzle.client.commons');

$res = $client->get('', ['query' => $params])
->getBody()
Expand Down

0 comments on commit 7971029

Please sign in to comment.