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 76f5dc7 commit 224b7a2Copy full SHA for 224b7a2
src/Providers/Guzzle.php
@@ -9,7 +9,7 @@ class Guzzle extends ServiceProvider
9
public function register()
10
{
11
$this->app->bind('guzzle', function () {
12
- return new Client;
+ return new Client($this->app['config']['guzzle']);
13
});
14
}
15
0 commit comments