Browse Source

New line formating

Hugues Joyal 6 years ago
parent
commit
18701f51ea
1 changed files with 2 additions and 0 deletions
  1. 2 0
      config/hashing.php

+ 2 - 0
config/hashing.php

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