From 7259889fcd6284065a2f010f583c354f878bf9b8 Mon Sep 17 00:00:00 2001 From: Hugues Joyal Date: Mon, 19 Mar 2018 13:29:20 -0400 Subject: [PATCH] missing newline --- config/hashing.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/hashing.php b/config/hashing.php index d470eb408..8005524a2 100644 --- a/config/hashing.php +++ b/config/hashing.php @@ -59,4 +59,5 @@ return [ 'memory' => 1024, 'threads' => 2, ], + ];