Completed
Push — master ( 10e18a...06a9c4 )
by Konstantin
04:02 queued 01:01
created
app/models/DatabaseConnection.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      */
24 24
     public function __construct()
25 25
     {
26
-       self::makeConnection();
26
+        self::makeConnection();
27 27
     }
28 28
 
29 29
     /**
Please login to merge, or discard this patch.