Passed
Push — develop ( d334d9...84147f )
by Greg
06:22
created
app/Http/Middleware/UseDatabase.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,8 @@
 block discarded – undo
41 41
     /**
42 42
      * @param SetupController $setup_controller
43 43
      */
44
-    public function __construct(SetupController $setup_controller) {
44
+    public function __construct(SetupController $setup_controller)
45
+    {
45 46
         $this->setup_controller = $setup_controller;
46 47
     }
47 48
 
Please login to merge, or discard this patch.