@@ -2,12 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace Opeyemiabiodun\PotatoORM\Connections; |
4 | 4 | |
5 | -use PDO; |
|
6 | -use PDOException; |
|
7 | -use RuntimeException; |
|
8 | 5 | use InvalidArgumentException; |
9 | 6 | use Opeyemiabiodun\PotatoORM\Connections\Connection; |
10 | 7 | use Opeyemiabiodun\PotatoORM\Connections\DatabaseTransactionsTrait; |
8 | +use PDO; |
|
9 | +use PDOException; |
|
11 | 10 | |
12 | 11 | final class SqliteConnection implements Connection |
13 | 12 | { |