Skip to content
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.

Commit

Permalink
Remove new keyword from Client Adapter example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogardo committed Apr 30, 2017
1 parent 0e857bd commit 85dd0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Add the following to your `AppServiceProvider` `register()` method.

```php
$this->app->bind('mailgun.client', function() {
return new \Http\Adapter\Guzzle6\Client::createWithConfig([
return \Http\Adapter\Guzzle6\Client::createWithConfig([
// your Guzzle6 configuration
]);
});
Expand Down

0 comments on commit 85dd0ac

Please sign in to comment.