Completed
Push — master ( 59d673...8b9586 )
by James Ekow Abaka
05:46
created
src/Driver.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace ntentan\atiaa;
4 4
 
5
-use ntentan\config\Config;
6 5
 use ntentan\atiaa\exceptions\DatabaseDriverException;
6
+use ntentan\config\Config;
7 7
 
8 8
 /**
9 9
  * A driver class for connecting to a specific database platform.
Please login to merge, or discard this patch.