@@ -2,11 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace Netgen\Bundle\InformationCollectionBundle\Factory; |
4 | 4 | |
5 | -use eZ\Publish\API\Repository\Values\ContentType\FieldDefinition; |
|
6 | -use eZ\Publish\Core\FieldType\Value; |
|
7 | 5 | use Netgen\Bundle\InformationCollectionBundle\FieldHandler\Custom\CustomFieldHandlerInterface; |
8 | 6 | use Netgen\Bundle\InformationCollectionBundle\FieldHandler\FieldHandlerRegistry; |
9 | 7 | use Netgen\Bundle\InformationCollectionBundle\Value\LegacyData; |
8 | +use eZ\Publish\API\Repository\Values\ContentType\FieldDefinition; |
|
9 | +use eZ\Publish\Core\FieldType\Value; |
|
10 | 10 | |
11 | 11 | class FieldDataFactory |
12 | 12 | { |