diff --git a/message/authentication.rst b/message/authentication.rst index c606e64..48657b9 100644 --- a/message/authentication.rst +++ b/message/authentication.rst @@ -89,9 +89,9 @@ Query Params ``http://api.example.com/endpoint?access_token=9zh987g86fg87gh978hg9g79``:: - use Http\Authentication\QueryParams; + use Http\Message\Authentication\QueryParam; - $authentication = new QueryParams([ + $authentication = new QueryParam([ 'access_token' => '9zh987g86fg87gh978hg9g79', ]);