style-ci fix
This commit is contained in:
@@ -31,7 +31,7 @@ return [
|
|||||||
| Default: 10
|
| Default: 10
|
||||||
*/
|
*/
|
||||||
'bcrypt' => [
|
'bcrypt' => [
|
||||||
'rounds' => 10
|
'rounds' => 10,
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -54,6 +54,6 @@ return [
|
|||||||
'argon' => [
|
'argon' => [
|
||||||
'time' => 2,
|
'time' => 2,
|
||||||
'memory' => 1024,
|
'memory' => 1024,
|
||||||
'threads' => 2
|
'threads' => 2,
|
||||||
]
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user