Skip to content

Commit 7102933

Browse files
authored
Update QueryParam plugin name/namespace
Update QueryParam plugin example to use the correct name and namespace
1 parent 3d409f3 commit 7102933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

message/authentication.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ Query Params
8989
``http://api.example.com/endpoint?access_token=9zh987g86fg87gh978hg9g79``::
9090

9191

92-
use Http\Authentication\QueryParams;
92+
use Http\Message\Authentication\QueryParam;
9393

94-
$authentication = new QueryParams([
94+
$authentication = new QueryParam([
9595
'access_token' => '9zh987g86fg87gh978hg9g79',
9696
]);
9797

0 commit comments

Comments
 (0)