New line formating

This commit is contained in:
Hugues Joyal 2018-03-18 08:38:20 -04:00
parent 010d713898
commit 18701f51ea
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@
|
| Default: 10
*/
'bcrypt' => [
'rounds' => 10,
],
@ -51,6 +52,7 @@
| (default : 2)
|
*/
'argon' => [
'time' => 2,
'memory' => 1024,