@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace OroCRM\Bundle\MagentoBundle\Manager\CustomerAddress; |
| 4 | 4 | |
| 5 | 5 | use Symfony\Component\PropertyAccess\PropertyAccess; |
| 6 | - |
|
| 7 | 6 | use OroCRM\Bundle\ContactBundle\Entity\ContactAddress; |
| 8 | 7 | use OroCRM\Bundle\MagentoBundle\Entity\Address; |
| 9 | 8 | |
@@ -3,13 +3,10 @@ |
||
| 3 | 3 | namespace OroCRM\Bundle\MagentoBundle\Manager; |
| 4 | 4 | |
| 5 | 5 | use Doctrine\ORM\EntityManager; |
| 6 | - |
|
| 7 | 6 | use Psr\Log\LoggerAwareInterface; |
| 8 | 7 | use Psr\Log\LoggerAwareTrait; |
| 9 | - |
|
| 10 | 8 | use Symfony\Component\PropertyAccess\PropertyAccess; |
| 11 | 9 | use Symfony\Component\PropertyAccess\PropertyAccessor; |
| 12 | - |
|
| 13 | 10 | use OroCRM\Bundle\ContactBundle\Entity\Contact; |
| 14 | 11 | use OroCRM\Bundle\ContactBundle\Entity\ContactAddress; |
| 15 | 12 | use OroCRM\Bundle\MagentoBundle\Entity\Customer; |
@@ -3,16 +3,12 @@ |
||
| 3 | 3 | namespace OroCRM\Bundle\MagentoBundle\Manager; |
| 4 | 4 | |
| 5 | 5 | use Doctrine\ORM\EntityManager; |
| 6 | - |
|
| 7 | 6 | use Psr\Log\LoggerAwareInterface; |
| 8 | 7 | use Psr\Log\LoggerAwareTrait; |
| 9 | - |
|
| 10 | 8 | use Symfony\Component\PropertyAccess\PropertyAccess; |
| 11 | 9 | use Symfony\Component\PropertyAccess\PropertyAccessor; |
| 12 | - |
|
| 13 | 10 | use Oro\Bundle\ImportExportBundle\Context\Context; |
| 14 | 11 | use Oro\Bundle\IntegrationBundle\Entity\Channel; |
| 15 | - |
|
| 16 | 12 | use OroCRM\Bundle\ContactBundle\Entity\Contact; |
| 17 | 13 | use OroCRM\Bundle\ContactBundle\Entity\ContactAddress; |
| 18 | 14 | use OroCRM\Bundle\MagentoBundle\Entity\Address; |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace OroCRM\Bundle\MagentoBundle\Tests\Functional\Command; |
| 4 | 4 | |
| 5 | 5 | use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase; |
| 6 | - |
|
| 7 | 6 | use OroCRM\Bundle\ContactBundle\Entity\ContactAddress; |
| 8 | 7 | use OroCRM\Bundle\MagentoBundle\Entity\Address; |
| 9 | 8 | use OroCRM\Bundle\MagentoBundle\Entity\Customer; |
@@ -4,18 +4,14 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Doctrine\Common\DataFixtures\AbstractFixture; |
| 6 | 6 | use Doctrine\Common\Persistence\ObjectManager; |
| 7 | - |
|
| 8 | 7 | use Symfony\Component\DependencyInjection\ContainerAwareInterface; |
| 9 | 8 | use Symfony\Component\DependencyInjection\ContainerInterface; |
| 10 | - |
|
| 11 | 9 | use Oro\Component\Config\Common\ConfigObject; |
| 12 | - |
|
| 13 | 10 | use Oro\Bundle\AddressBundle\Entity\Address; |
| 14 | 11 | use Oro\Bundle\IntegrationBundle\Entity\Channel as Integration; |
| 15 | 12 | use Oro\Bundle\OrganizationBundle\Entity\Organization; |
| 16 | 13 | use Oro\Bundle\UserBundle\Entity\User; |
| 17 | 14 | use Oro\Bundle\UserBundle\Model\Gender; |
| 18 | - |
|
| 19 | 15 | use OroCRM\Bundle\ContactBundle\Entity\ContactAddress; |
| 20 | 16 | use OroCRM\Bundle\ContactBundle\Entity\Contact; |
| 21 | 17 | use OroCRM\Bundle\AccountBundle\Entity\Account; |