Skip to content

Commit 1fb0df4

Browse files
authored
Add extend method to Hash facade doc block (#39335)
1 parent 8a329e7 commit 1fb0df4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Facades/Hash.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* @method static bool check(string $value, string $hashedValue, array $options = [])
88
* @method static bool needsRehash(string $hashedValue, array $options = [])
99
* @method static string make(string $value, array $options = [])
10+
* @method static \Illuminate\Hashing\HashManager extend($driver, \Closure $callback)
1011
*
1112
* @see \Illuminate\Hashing\HashManager
1213
*/

0 commit comments

Comments
 (0)