Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
`\Cake\Http\Exception\UnauthorizedException` not `\Cake\Htttp\Exception\UnauthorizedException`
  • Loading branch information
curtisgibby committed Nov 26, 2018
1 parent c6db124 commit f49f731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auth/JwtAuthenticate.php
Expand Up @@ -79,7 +79,7 @@ class JwtAuthenticate extends BaseAuthenticate
* - `finder` - Finder method.
* - `unauthenticatedException` - Fully namespaced exception name. Exception to
* throw if authentication fails. Set to false to do nothing.
* Defaults to '\Cake\Htttp\Exception\UnauthorizedException'.
* Defaults to '\Cake\Http\Exception\UnauthorizedException'.
* - `key` - The key, or map of keys used to decode JWT. If not set, value
* of Security::salt() will be used.
*
Expand Down

0 comments on commit f49f731

Please sign in to comment.