@@ -27,7 +27,6 @@ |
||
| 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 | |
@@ -26,10 +26,10 @@ |
||
| 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 | { |