@@ -25,8 +25,8 @@ |
||
25 | 25 | |
26 | 26 | namespace ntentan\nibii; |
27 | 27 | |
28 | -use ntentan\utils\Utils; |
|
29 | 28 | use ntentan\kaikai\Cache; |
29 | +use ntentan\utils\Utils; |
|
30 | 30 | |
31 | 31 | class RecordWrapper implements \ArrayAccess, \Countable, \Iterator |
32 | 32 | { |
@@ -26,8 +26,8 @@ |
||
26 | 26 | |
27 | 27 | namespace ntentan\nibii; |
28 | 28 | |
29 | -use ntentan\utils\Text; |
|
30 | 29 | use ntentan\atiaa\Db; |
30 | +use ntentan\utils\Text; |
|
31 | 31 | |
32 | 32 | class QueryOperations |
33 | 33 | { |
@@ -25,7 +25,6 @@ |
||
25 | 25 | |
26 | 26 | namespace ntentan\nibii; |
27 | 27 | |
28 | -use ntentan\utils\Utils; |
|
29 | 28 | use ntentan\kaikai\Cache; |
30 | 29 | |
31 | 30 | class RecordWrapper implements \ArrayAccess, \Countable, \Iterator |
@@ -8,10 +8,10 @@ |
||
8 | 8 | |
9 | 9 | namespace ntentan\nibii; |
10 | 10 | |
11 | +use ntentan\config\Config; |
|
11 | 12 | use ntentan\nibii\interfaces\ClassResolverInterface; |
12 | 13 | use ntentan\nibii\interfaces\ModelJoinerInterface; |
13 | 14 | use ntentan\nibii\interfaces\TableNameResolverInterface; |
14 | -use ntentan\config\Config; |
|
15 | 15 | use ntentan\utils\Text; |
16 | 16 | |
17 | 17 | /** |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace ntentan\nibii; |
4 | 4 | |
5 | -use ntentan\utils\Text; |
|
6 | 5 | use ntentan\atiaa\Db; |
7 | 6 | |
8 | 7 | /** |