We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
extend
1 parent 8a329e7 commit 1fb0df4Copy full SHA for 1fb0df4
src/Illuminate/Support/Facades/Hash.php
@@ -7,6 +7,7 @@
7
* @method static bool check(string $value, string $hashedValue, array $options = [])
8
* @method static bool needsRehash(string $hashedValue, array $options = [])
9
* @method static string make(string $value, array $options = [])
10
+ * @method static \Illuminate\Hashing\HashManager extend($driver, \Closure $callback)
11
*
12
* @see \Illuminate\Hashing\HashManager
13
*/
0 commit comments