Completed
Push — master ( 1ec9e1...9268d3 )
by Jared
01:31
created
src/Driver/DatabaseDriver.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace Pulsar\Driver;
13 13
 
14 14
 use JAQB\ConnectionManager;
15
-use JAQB\Exception\JAQBException;
16 15
 use JAQB\QueryBuilder;
17 16
 use PDOException;
18 17
 use PDOStatement;
Please login to merge, or discard this patch.
src/Model.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 use Pulsar\Exception\ModelException;
22 22
 use Pulsar\Exception\ModelNotFoundException;
23 23
 use Pulsar\Relation\BelongsToMany;
24
-use Pulsar\Relation\Relation;
25 24
 use Pulsar\Relation\RelationFactory;
26 25
 use Symfony\Component\EventDispatcher\EventDispatcher;
27 26
 
Please login to merge, or discard this patch.