From 18701f51eab923cf53f1e3dd2cf22b7aa5700109 Mon Sep 17 00:00:00 2001 From: Hugues Joyal Date: Sun, 18 Mar 2018 08:38:20 -0400 Subject: [PATCH] New line formating --- config/hashing.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/hashing.php b/config/hashing.php index f31f4c2a..6cf05673 100644 --- a/config/hashing.php +++ b/config/hashing.php @@ -30,6 +30,7 @@ | | Default: 10 */ + 'bcrypt' => [ 'rounds' => 10, ], @@ -51,6 +52,7 @@ | (default : 2) | */ + 'argon' => [ 'time' => 2, 'memory' => 1024,