diff --git a/config/hashing.php b/config/hashing.php index 6156519b..f31f4c2a 100644 --- a/config/hashing.php +++ b/config/hashing.php @@ -31,7 +31,7 @@ | Default: 10 */ 'bcrypt' => [ - 'rounds' => 10 + 'rounds' => 10, ], /* @@ -54,6 +54,6 @@ 'argon' => [ 'time' => 2, 'memory' => 1024, - 'threads' => 2 - ] + 'threads' => 2, + ], ];