Completed
Push — master ( a30571...7a668c )
by James Ekow Abaka
02:45
created
src/relationships/HasManyRelationship.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 namespace ntentan\nibii\relationships;
28 28
 
29 29
 use ntentan\utils\Text;
30
-use ntentan\nibii\ORMContext;
31 30
 
32 31
 class HasManyRelationship extends \ntentan\nibii\Relationship {
33 32
 
Please login to merge, or discard this patch.
src/relationships/ManyHaveManyRelationship.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\utils\Text;
30 29
 use ntentan\nibii\NibiiException;
31
-use ntentan\nibii\Relationship;
32 30
 use ntentan\nibii\ORMContext;
31
+use ntentan\nibii\Relationship;
32
+use ntentan\utils\Text;
33 33
 
34 34
 class ManyHaveManyRelationship extends Relationship
35 35
 {
Please login to merge, or discard this patch.