Skip to content

Commit e5c1d9a

Browse files
authored
Merge pull request #278 from reyostallenberg/patch-1
Fix alias
2 parents d11d322 + 232d0df commit e5c1d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/query.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugin will encode them::
1111

1212
use Http\Discovery\HttpClientDiscovery;
1313
use Http\Client\Common\PluginClient;
14-
use Http\Client\Common\Plugin\HeaderDefaultsPlugin;
14+
use Http\Client\Common\Plugin\QueryDefaultsPlugin;
1515

1616
$queryDefaultsPlugin = new QueryDefaultsPlugin([
1717
'locale' => 'en'

0 commit comments

Comments
 (0)