Completed
Push — laravel-5.4 ( 381f13 )
by Tony
02:37
created
app/Util.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,8 @@
 block discarded – undo
44 44
                 if (array_key_exists($key, $out)) {
45 45
                     // concat the values
46 46
                     $out[$key] = $out[$key].$arr[$key];
47
-                } else {
47
+                }
48
+                else {
48 49
                     $out[$key] = $arr[$key];
49 50
                 }
50 51
             }
Please login to merge, or discard this patch.