@@ -15,9 +15,9 @@ |
||
15 | 15 | use Slick\Orm\Descriptor\EntityDescriptorInterface; |
16 | 16 | use Slick\Orm\Descriptor\EntityDescriptorRegistry; |
17 | 17 | use Slick\Orm\Descriptor\Field\FieldDescriptor; |
18 | -use Slick\Orm\Entity\EntityCollection; |
|
19 | 18 | use Slick\Orm\EntityInterface; |
20 | 19 | use Slick\Orm\EntityMapperInterface; |
20 | +use Slick\Orm\Entity\EntityCollection; |
|
21 | 21 | |
22 | 22 | /** |
23 | 23 | * Generic Entity Mapper |