From 010d7138984bbc77a10eb1bdb2206be6e3abd1d2 Mon Sep 17 00:00:00 2001 From: Hugues Joyal Date: Sun, 18 Mar 2018 07:50:27 -0400 Subject: [PATCH] style-ci fix --- config/hashing.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, + ], ];