Skip to content

Commit

Permalink
Update Hash Facade @see reference (#25114)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddmler authored and taylorotwell committed Aug 6, 2018
1 parent ddf138a commit 9ed650c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Facades/Hash.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @method static bool check(string $value, string $hashedValue, array $options = [])
* @method static bool needsRehash(string $hashedValue, array $options = [])
*
* @see \Illuminate\Hashing\BcryptHasher
* @see \Illuminate\Hashing\HashManager
*/
class Hash extends Facade
{
Expand Down

0 comments on commit 9ed650c

Please sign in to comment.