New line formating
This commit is contained in:
parent
010d713898
commit
18701f51ea
|
@ -30,6 +30,7 @@
|
|||
|
|
||||
| Default: 10
|
||||
*/
|
||||
|
||||
'bcrypt' => [
|
||||
'rounds' => 10,
|
||||
],
|
||||
|
@ -51,6 +52,7 @@
|
|||
| (default : 2)
|
||||
|
|
||||
*/
|
||||
|
||||
'argon' => [
|
||||
'time' => 2,
|
||||
'memory' => 1024,
|
||||
|
|
Loading…
Reference in New Issue