@@ -5,12 +5,10 @@ |
||
5 | 5 | use Doctrine\Common\DataFixtures\AbstractFixture; |
6 | 6 | use Doctrine\Common\Persistence\ObjectManager; |
7 | 7 | use Doctrine\Common\DataFixtures\DependentFixtureInterface; |
8 | - |
|
9 | 8 | use Symfony\Component\DependencyInjection\ContainerAwareInterface; |
10 | 9 | use Symfony\Component\DependencyInjection\ContainerAwareTrait; |
11 | 10 | use Symfony\Component\Security\Acl\Model\SecurityIdentityInterface; |
12 | 11 | use Symfony\Component\Yaml\Yaml; |
13 | - |
|
14 | 12 | use Oro\Bundle\UserBundle\Entity\Role; |
15 | 13 | use Oro\Bundle\SecurityBundle\Acl\Persistence\AclManager; |
16 | 14 |
@@ -4,11 +4,9 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\Common\Util\ClassUtils; |
6 | 6 | use Doctrine\ORM\EntityManager; |
7 | - |
|
8 | 7 | use Oro\Bundle\ActivityBundle\EntityConfig\ActivityScope; |
9 | 8 | use Oro\Bundle\EntityExtendBundle\Tools\ExtendHelper; |
10 | 9 | use Oro\Bundle\ActivityBundle\Manager\ActivityManager; |
11 | - |
|
12 | 10 | use OroCRM\Bundle\ActivityContactBundle\Direction\DirectionProviderInterface; |
13 | 11 | use OroCRM\Bundle\CallBundle\Entity\Call; |
14 | 12 |
@@ -5,10 +5,8 @@ |
||
5 | 5 | use Doctrine\Common\DataFixtures\AbstractFixture; |
6 | 6 | use Doctrine\Common\DataFixtures\DependentFixtureInterface; |
7 | 7 | use Doctrine\Common\Persistence\ObjectManager; |
8 | - |
|
9 | 8 | use Symfony\Component\DependencyInjection\ContainerAwareInterface; |
10 | 9 | use Symfony\Component\DependencyInjection\ContainerInterface; |
11 | - |
|
12 | 10 | use Oro\Bundle\EntityExtendBundle\Tools\ExtendHelper; |
13 | 11 | use Oro\Bundle\SecurityBundle\Authentication\Token\UsernamePasswordOrganizationToken; |
14 | 12 | use Oro\Bundle\UserBundle\Entity\User; |
@@ -3,10 +3,8 @@ |
||
3 | 3 | namespace OroCRM\Bundle\AccountBundle\Form\Handler; |
4 | 4 | |
5 | 5 | use Doctrine\Common\Persistence\ObjectManager; |
6 | - |
|
7 | 6 | use Symfony\Component\Form\FormInterface; |
8 | 7 | use Symfony\Component\HttpFoundation\Request; |
9 | - |
|
10 | 8 | use OroCRM\Bundle\AccountBundle\Entity\Account; |
11 | 9 | |
12 | 10 | class AccountHandler |
@@ -3,18 +3,14 @@ |
||
3 | 3 | namespace OroCRM\Bundle\AccountBundle\Form\Type; |
4 | 4 | |
5 | 5 | use Doctrine\Common\Collections\Collection; |
6 | - |
|
7 | 6 | use Symfony\Component\Routing\Router; |
8 | 7 | use Symfony\Component\OptionsResolver\OptionsResolverInterface; |
9 | - |
|
10 | 8 | use Symfony\Component\Form\AbstractType; |
11 | 9 | use Symfony\Component\Form\FormBuilderInterface; |
12 | 10 | use Symfony\Component\Form\FormInterface; |
13 | 11 | use Symfony\Component\Form\FormView; |
14 | - |
|
15 | 12 | use Oro\Bundle\EntityBundle\Provider\EntityNameResolver; |
16 | 13 | use Oro\Bundle\SecurityBundle\SecurityFacade; |
17 | - |
|
18 | 14 | use OroCRM\Bundle\ContactBundle\Entity\Contact; |
19 | 15 | use OroCRM\Bundle\AccountBundle\Entity\Account; |
20 | 16 |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace OroCRM\Bundle\AccountBundle\Tests\Functional; |
4 | 4 | |
5 | 5 | use Symfony\Component\DomCrawler\Form; |
6 | - |
|
7 | 6 | use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase; |
8 | 7 | |
9 | 8 | /** |
@@ -3,14 +3,10 @@ |
||
3 | 3 | namespace OroCRM\Bundle\ActivityContactBundle\Tests\Functional\Command; |
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityManager; |
6 | - |
|
7 | 6 | use Monolog\Registry; |
8 | - |
|
9 | 7 | use Symfony\Bundle\FrameworkBundle\Console\Application; |
10 | 8 | use Symfony\Component\Console\Input\ArrayInput; |
11 | - |
|
12 | 9 | use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase; |
13 | - |
|
14 | 10 | use OroCRM\Bundle\ActivityContactBundle\Command\ActivityContactRecalculateCommand; |
15 | 11 | use OroCRM\Bundle\ContactBundle\Tests\Functional\DataFixtures\LoadContactEntitiesData; |
16 | 12 | use OroCRM\Bundle\DotmailerBundle\Entity\Contact; |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Oro\Bundle\EntityConfigBundle\Provider\ConfigProvider; |
8 | 8 | use Oro\Bundle\EntityExtendBundle\Tools\ExtendConfigDumper; |
9 | 9 | use Oro\Bundle\EntityExtendBundle\Tools\DumperExtensions\AbstractEntityConfigDumperExtension; |
10 | - |
|
11 | 10 | use OroCRM\Bundle\ActivityContactBundle\EntityConfig\ActivityScope; |
12 | 11 | use OroCRM\Bundle\ActivityContactBundle\Model\TargetExcludeList; |
13 | 12 | use OroCRM\Bundle\ActivityContactBundle\Provider\ActivityContactProvider; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace OroCRM\Bundle\AnalyticsBundle\Builder; |
4 | 4 | |
5 | 5 | use Doctrine\Common\Collections\Criteria; |
6 | - |
|
7 | 6 | use Oro\Bundle\EntityBundle\ORM\DoctrineHelper; |
8 | 7 | use Oro\Bundle\BatchBundle\ORM\Query\BufferedQueryResultIterator; |
9 | 8 | use OroCRM\Bundle\AnalyticsBundle\Model\RFMAwareInterface; |