Completed
Push — master ( ab368d...b57266 )
by Jared
05:39
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/Query.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;
13 13
 
14 14
 use Pulsar\Exception\ModelNotFoundException;
15
-use Pulsar\Relation\Relationship;
16 15
 
17 16
 /**
18 17
  * Represents a query against a model type.
Please login to merge, or discard this patch.