Skip to content

Commit ee3f3f2

Browse files
author
Obura Tongoi
authored
Update TransportManager.php
Add Laravel 5.4 support. Switch to guzzle
1 parent 9609be9 commit ee3f3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TransportManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ protected function createElasticEmailDriver()
1111
$config = $this->app['config']->get('services.elastic_email', []);
1212

1313
return new ElasticTransport(
14-
$this->getHttpClient($config),
14+
$this->guzzle($config),
1515
$config['secret'],
1616
$config['username']
1717
);

0 commit comments

Comments
 (0)