@@ -3,8 +3,6 @@ discard block |
||
| 3 | 3 | namespace Netgen\Bundle\InformationCollectionBundle\Action; |
| 4 | 4 | |
| 5 | 5 | use Doctrine\DBAL\DBALException; |
| 6 | -use eZ\Publish\API\Repository\Repository; |
|
| 7 | -use eZ\Publish\Core\Repository\Values\Content\Content; |
|
| 8 | 6 | use Netgen\Bundle\InformationCollectionBundle\Entity\EzInfoCollection; |
| 9 | 7 | use Netgen\Bundle\InformationCollectionBundle\Event\InformationCollected; |
| 10 | 8 | use Netgen\Bundle\InformationCollectionBundle\Exception\ActionFailedException; |
@@ -12,6 +10,8 @@ discard block |
||
| 12 | 10 | use Netgen\Bundle\InformationCollectionBundle\Repository\EzInfoCollectionAttributeRepository; |
| 13 | 11 | use Netgen\Bundle\InformationCollectionBundle\Repository\EzInfoCollectionRepository; |
| 14 | 12 | use Netgen\Bundle\InformationCollectionBundle\Value\LegacyData; |
| 13 | +use eZ\Publish\API\Repository\Repository; |
|
| 14 | +use eZ\Publish\Core\Repository\Values\Content\Content; |
|
| 15 | 15 | |
| 16 | 16 | class DatabaseAction implements ActionInterface, CrucialActionInterface |
| 17 | 17 | { |
@@ -2,10 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Netgen\Bundle\InformationCollectionBundle; |
| 4 | 4 | |
| 5 | -use eZ\Publish\Core\MVC\Symfony\View\ContentValueView; |
|
| 6 | -use eZ\Publish\Core\MVC\Symfony\View\LocationValueView; |
|
| 7 | 5 | use Netgen\Bundle\InformationCollectionBundle\Event\InformationCollected; |
| 8 | 6 | use Symfony\Component\HttpFoundation\Request; |
| 7 | +use eZ\Publish\Core\MVC\Symfony\View\ContentValueView; |
|
| 8 | +use eZ\Publish\Core\MVC\Symfony\View\LocationValueView; |
|
| 9 | 9 | |
| 10 | 10 | trait InformationCollectionTrait |
| 11 | 11 | { |