Completed
Branch master (e4c723)
by
unknown
15:38
created
src/Connections/SqliteConnection.php 1 patch
Unused Use Statements   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,12 +2,11 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.