@@ -39,7 +39,7 @@ |
||
39 | 39 | */ |
40 | 40 | public function __construct(GuzzleClient $guzzleClient) |
41 | 41 | { |
42 | - $this->guzzleClient = $guzzleClient; |
|
42 | + $this->guzzleClient = $guzzleClient; |
|
43 | 43 | } |
44 | 44 | |
45 | 45 | public function configure(string $username, string $key, string $version): MailChimpClient |