Skip to content

Commit

Permalink
use setter in constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Day committed Nov 4, 2014
1 parent 875cb60 commit d664ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZfSnapGeoip/Controller/ConsoleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function __construct(Console $console, DatabaseConfig $config, Client $ht
{
$this->console = $console;
$this->config = $config;
$this->httpClient = $httpClient;
$this->setHttpClient($httpClient);
}

/**
Expand Down

0 comments on commit d664ec1

Please sign in to comment.