Completed
Branch master (a0b8e2)
by Konstantin
02:08
created
app/GeoFixerFacade.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use GeoFixer\models\GeoFixer;
5 5
 use GeoFixer\models\DatabaseConnection;
6
-
7 6
 use Katzgrau\KLogger;
8 7
 use Exception;
9 8
 
Please login to merge, or discard this patch.
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.