Skip to content

Commit

Permalink
Add extend method to Hash facade doc block (#39335)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges authored Oct 24, 2021
1 parent 8a329e7 commit 1fb0df4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Support/Facades/Hash.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* @method static bool check(string $value, string $hashedValue, array $options = [])
* @method static bool needsRehash(string $hashedValue, array $options = [])
* @method static string make(string $value, array $options = [])
* @method static \Illuminate\Hashing\HashManager extend($driver, \Closure $callback)
*
* @see \Illuminate\Hashing\HashManager
*/
Expand Down

0 comments on commit 1fb0df4

Please sign in to comment.