Laravel 6.0
This commit is contained in:
@ -11,7 +11,7 @@ return [
|
||||
| passwords for your application. By default, the bcrypt algorithm is
|
||||
| used; however, you remain free to modify this option if you wish.
|
||||
|
|
||||
| Supported: "bcrypt", "argon"
|
||||
| Supported: "bcrypt", "argon", "argon2id"
|
||||
|
|
||||
*/
|
||||
|
||||
@ -49,4 +49,4 @@ return [
|
||||
'time' => 2,
|
||||
],
|
||||
|
||||
];
|
||||
];
|
||||
|
Reference in New Issue
Block a user