Completed
Push — master ( 6762cf...75869c )
by James Ekow Abaka
01:37
created
src/QueryOperations.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
 
29 29
 use ntentan\atiaa\Driver;
30 30
 use ntentan\nibii\exceptions\ModelNotFoundException;
31
-use ntentan\nibii\exceptions\NibiiException;
32 31
 use ntentan\utils\Text;
33 32
 
34 33
 /**
Please login to merge, or discard this patch.
src/relationships/BelongsToRelationship.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,10 +26,10 @@
 block discarded – undo
26 26
 
27 27
 namespace ntentan\nibii\relationships;
28 28
 
29
-use ntentan\nibii\exceptions\FieldNotFoundException;
29
+use ntentan\nibii\ORMContext;
30 30
 use ntentan\nibii\Relationship;
31
+use ntentan\nibii\exceptions\FieldNotFoundException;
31 32
 use ntentan\utils\Text;
32
-use ntentan\nibii\ORMContext;
33 33
 
34 34
 /**
35 35
  * Represents a one to many belongs to relationship.
Please login to merge, or discard this patch.