Skip to content

Commit a60b54d

Browse files
drummm1guelpf
authored andcommitted
Correct Guzzle6 client example
1 parent 1924cd5 commit a60b54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/customize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ As timeout configuration is not compatible with HTTP client abstraction, you hav
2121
an explicit HTTP client implementation.
2222

2323
```php
24-
$httpClient = Http\Adapter\Guzzle6::createWithConfig([
24+
$httpClient = Http\Adapter\Guzzle6\Client::createWithConfig([
2525
'timeout' => 1.0
2626
]);
2727
$client = Gitlab\Client::createWithHttpClient($httpClient);

0 commit comments

Comments
 (0)