@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Symfony\Component\PropertyAccess\PropertyAccess; |
6 | 6 | use Symfony\Component\Security\Core\Exception\AccessDeniedException; |
7 | - |
|
8 | 7 | use Oro\Bundle\EntityBundle\Form\EntityField\Handler\Processor\AbstractEntityApiHandler; |
9 | 8 | use Oro\Bundle\EntityBundle\ORM\OroEntityManager; |
10 | 9 | use Oro\Bundle\SecurityBundle\SecurityFacade; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Symfony\Component\PropertyAccess\PropertyAccess; |
6 | 6 | use Symfony\Component\Security\Core\Exception\AccessDeniedException; |
7 | - |
|
8 | 7 | use Oro\Bundle\EntityBundle\Form\EntityField\Handler\Processor\AbstractEntityApiHandler; |
9 | 8 | use Oro\Bundle\EntityBundle\ORM\OroEntityManager; |
10 | 9 | use Oro\Bundle\SecurityBundle\SecurityFacade; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace OroCRM\Bundle\SalesBundle\Tests\Functional\Controller\API; |
4 | 4 | |
5 | 5 | use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase; |
6 | - |
|
7 | 6 | use OroCRM\Bundle\ChannelBundle\Entity\Channel; |
8 | 7 | |
9 | 8 | /** |