@@ -26,9 +26,9 @@ |
||
26 | 26 | |
27 | 27 | namespace ntentan\atiaa; |
28 | 28 | |
29 | +use Psr\Log\LoggerInterface; |
|
29 | 30 | use ntentan\atiaa\exceptions\ConnectionException; |
30 | 31 | use ntentan\atiaa\exceptions\DatabaseDriverException; |
31 | -use Psr\Log\LoggerInterface; |
|
32 | 32 | |
33 | 33 | /** |
34 | 34 | * A driver class for connecting to a specific database platform. |