Completed
Push — master ( d427e3...a30571 )
by James Ekow Abaka
01:47
created
src/relationships/ManyHaveManyRelationship.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,9 +26,9 @@
 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 30
 use ntentan\nibii\Relationship;
31
+use ntentan\utils\Text;
32 32
 
33 33
 class ManyHaveManyRelationship extends Relationship
34 34
 {
Please login to merge, or discard this patch.