Completed
Push — dev ( 15c1ec...2240d0 )
by James Ekow Abaka
01:47
created
src/relationships/BelongsToRelationship.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\nibii\exceptions\FieldNotFoundException;
30 29
 use ntentan\nibii\ORMContext;
31 30
 use ntentan\nibii\Relationship;
31
+use ntentan\nibii\exceptions\FieldNotFoundException;
32 32
 use ntentan\utils\Text;
33 33
 
34 34
 /**
Please login to merge, or discard this patch.
src/ORMContext.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,10 +28,10 @@
 block discarded – undo
28 28
 
29 29
 use ntentan\atiaa\DbContext;
30 30
 use ntentan\kaikai\Cache;
31
+use ntentan\nibii\exceptions\NibiiException;
31 32
 use ntentan\nibii\interfaces\DriverAdapterFactoryInterface;
32 33
 use ntentan\nibii\interfaces\ModelFactoryInterface;
33 34
 use ntentan\nibii\interfaces\ValidatorFactoryInterface;
34
-use ntentan\nibii\exceptions\NibiiException;
35 35
 
36 36
 /**
37 37
  * A global class with information and utilities required by the rest of the ORM system.
Please login to merge, or discard this patch.
src/relationships/HasManyRelationship.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 
27 27
 namespace ntentan\nibii\relationships;
28 28
 
29
-use ntentan\nibii\exceptions\NibiiException;
30 29
 use ntentan\nibii\Relationship;
31 30
 use ntentan\utils\Text;
32 31
 
Please login to merge, or discard this patch.
src/relationships/ManyHaveManyRelationship.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 
27 27
 namespace ntentan\nibii\relationships;
28 28
 
29
-use ntentan\nibii\exceptions\NibiiException;
30 29
 use ntentan\nibii\ORMContext;
31 30
 use ntentan\nibii\Relationship;
32 31
 use ntentan\utils\Text;
Please login to merge, or discard this patch.