@@ -4,13 +4,13 @@ |
||
4 | 4 | |
5 | 5 | namespace Netgen\Bundle\InformationCollectionBundle\DataCollector; |
6 | 6 | |
7 | -use eZ\Publish\API\Repository\Repository; |
|
8 | -use eZ\Publish\API\Repository\Values\ContentType\ContentType; |
|
9 | -use eZ\Publish\Core\Helper\TranslationHelper; |
|
7 | +use Netgen\InformationCollection\Integration\RepositoryForms\InformationCollectionType; |
|
10 | 8 | use Symfony\Component\HttpFoundation\Request; |
11 | 9 | use Symfony\Component\HttpFoundation\Response; |
12 | 10 | use Symfony\Component\HttpKernel\DataCollector\DataCollector; |
13 | -use Netgen\InformationCollection\Integration\RepositoryForms\InformationCollectionType; |
|
11 | +use eZ\Publish\API\Repository\Repository; |
|
12 | +use eZ\Publish\API\Repository\Values\ContentType\ContentType; |
|
13 | +use eZ\Publish\Core\Helper\TranslationHelper; |
|
14 | 14 | |
15 | 15 | class InformationCollectionCollector extends DataCollector |
16 | 16 | { |