Browse Source

style-ci fix

Hugues Joyal 6 years ago
parent
commit
010d713898
1 changed files with 3 additions and 3 deletions
  1. 3 3
      config/hashing.php

+ 3 - 3
config/hashing.php

@@ -31,7 +31,7 @@ return [
     | Default: 10
     */
     'bcrypt' => [
-        'rounds' => 10
+        'rounds' => 10,
     ],
 
     /*
@@ -54,6 +54,6 @@ return [
     'argon' => [
         'time' => 2,
         'memory' => 1024,
-        'threads' => 2
-    ]
+        'threads' => 2,
+    ],
 ];