We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9609be9 commit ee3f3f2Copy full SHA for ee3f3f2
src/TransportManager.php
@@ -11,7 +11,7 @@ protected function createElasticEmailDriver()
11
$config = $this->app['config']->get('services.elastic_email', []);
12
13
return new ElasticTransport(
14
- $this->getHttpClient($config),
+ $this->guzzle($config),
15
$config['secret'],
16
$config['username']
17
);
0 commit comments