@@ -26,8 +26,8 @@ |
||
26 | 26 | |
27 | 27 | namespace ntentan\nibii\relationships; |
28 | 28 | |
29 | -use ntentan\utils\Text; |
|
30 | 29 | use ntentan\nibii\ORMContext; |
30 | +use ntentan\utils\Text; |
|
31 | 31 | |
32 | 32 | class BelongsToRelationship extends \ntentan\nibii\Relationship { |
33 | 33 |
@@ -26,8 +26,8 @@ |
||
26 | 26 | |
27 | 27 | namespace ntentan\nibii\relationships; |
28 | 28 | |
29 | -use ntentan\utils\Text; |
|
30 | 29 | use ntentan\nibii\ORMContext; |
30 | +use ntentan\utils\Text; |
|
31 | 31 | |
32 | 32 | class HasManyRelationship extends \ntentan\nibii\Relationship { |
33 | 33 |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use ntentan\nibii\interfaces\ModelClassResolverInterface; |
6 | 6 | use ntentan\nibii\interfaces\ModelJoinerInterface; |
7 | 7 | use ntentan\nibii\interfaces\TableNameResolverInterface; |
8 | -use ntentan\config\Config; |
|
9 | 8 | use ntentan\utils\Text; |
10 | 9 | |
11 | 10 | /** |
@@ -26,9 +26,9 @@ |
||
26 | 26 | |
27 | 27 | namespace ntentan\nibii\relationships; |
28 | 28 | |
29 | -use ntentan\utils\Text; |
|
30 | -use ntentan\nibii\ORMContext; |
|
31 | 29 | use ntentan\nibii\NibiiException; |
30 | +use ntentan\nibii\ORMContext; |
|
31 | +use ntentan\utils\Text; |
|
32 | 32 | |
33 | 33 | class ManyHaveManyRelationship extends \ntentan\nibii\Relationship |
34 | 34 | { |
@@ -4,8 +4,8 @@ |
||
4 | 4 | |
5 | 5 | use ntentan\atiaa\DbContext; |
6 | 6 | use ntentan\kaikai\Cache; |
7 | -use ntentan\nibii\interfaces\ModelFactoryInterface; |
|
8 | 7 | use ntentan\nibii\interfaces\DriverAdapterFactoryInterface; |
8 | +use ntentan\nibii\interfaces\ModelFactoryInterface; |
|
9 | 9 | use ntentan\nibii\interfaces\ValidatorFactoryInterface; |
10 | 10 | |
11 | 11 | /** |