Skip to content

Commit b3450ba

Browse files
author
Younès El Biache
committed
guzzle5 naming
1 parent c90ffe2 commit b3450ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,11 @@ $config = [
170170
// Guzzle (5.x)
171171
$config = [
172172
'resolver' => [
173-
'class' => 'Embed\\RequestResolvers\\Guzzle', // Guzzle resolver used
173+
'class' => 'Embed\\RequestResolvers\\Guzzle5', // Guzzle5 resolver used
174174

175175
'config' => [
176176
// optional: if you need to use your custom Guzzle instance
177-
'client' => $myGuzzleClient,
177+
'client' => $myGuzzleClient,
178178
]
179179
]
180180
];

src/RequestResolvers/Guzzle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use GuzzleHttp\Client;
66

7-
class Guzzle implements RequestResolverInterface
7+
class Guzzle5 implements RequestResolverInterface
88
{
99
/**
1010
* @var Client

0 commit comments

Comments
 (0)