Skip to content

Commit 224b7a2

Browse files
committed
add config for client
1 parent 76f5dc7 commit 224b7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/Guzzle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Guzzle extends ServiceProvider
99
public function register()
1010
{
1111
$this->app->bind('guzzle', function () {
12-
return new Client;
12+
return new Client($this->app['config']['guzzle']);
1313
});
1414
}
1515
}

0 commit comments

Comments
 (0)