From 232d0df9fda798b74fea86bba20c55bc7b5e9ea1 Mon Sep 17 00:00:00 2001 From: Reyo Stallenberg Date: Wed, 15 Jul 2020 09:38:37 +0200 Subject: [PATCH] Fix alias --- plugins/query.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/query.rst b/plugins/query.rst index 5a3bc48..1a7774c 100644 --- a/plugins/query.rst +++ b/plugins/query.rst @@ -11,7 +11,7 @@ plugin will encode them:: use Http\Discovery\HttpClientDiscovery; use Http\Client\Common\PluginClient; - use Http\Client\Common\Plugin\HeaderDefaultsPlugin; + use Http\Client\Common\Plugin\QueryDefaultsPlugin; $queryDefaultsPlugin = new QueryDefaultsPlugin([ 'locale' => 'en'