Skip to content

Commit 9ed650c

Browse files
ddmlertaylorotwell
authored andcommitted
Update Hash Facade @see reference (#25114)
1 parent ddf138a commit 9ed650c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/Hash.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @method static bool check(string $value, string $hashedValue, array $options = [])
99
* @method static bool needsRehash(string $hashedValue, array $options = [])
1010
*
11-
* @see \Illuminate\Hashing\BcryptHasher
11+
* @see \Illuminate\Hashing\HashManager
1212
*/
1313
class Hash extends Facade
1414
{

0 commit comments

Comments
 (0)