Skip to content

Commit

Permalink
Fix a link
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hoffmann committed Jun 25, 2017
1 parent d92d4f5 commit d90b33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auth/DefaultPasswordHasher.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class DefaultPasswordHasher extends AbstractPasswordHasher
*
* @param string $password Plain text password to hash.
* @return bool|string Password hash or false on failure
* @link https://book.cakephp.org/3.0/en/core-libraries/components/authentication.html#hashing-passwords
* @link https://book.cakephp.org/3.0/en/controllers/components/authentication.html#hashing-passwords
*/
public function hash($password)
{
Expand Down

0 comments on commit d90b33f

Please sign in to comment.