Skip to content

Commit a4864ff

Browse files
committed
default limit to null
1 parent 96e7502 commit a4864ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/hashing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
'bcrypt' => [
3232
'rounds' => env('BCRYPT_ROUNDS', 12),
3333
'verify' => env('HASH_VERIFY', true),
34-
'limit' => env('BCRYPT_LIMIT', 72),
34+
'limit' => env('BCRYPT_LIMIT', null),
3535
],
3636

3737
/*

0 commit comments

Comments
 (0)