@@ -4,15 +4,12 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\Common\Collections\ArrayCollection; |
6 | 6 | use Doctrine\Bundle\DoctrineBundle\Registry; |
7 | - |
|
8 | -use Symfony\Component\Security\Acl\Domain\ObjectIdentity; |
|
7 | +use Symfony\Component\Security\Acl\Domain\ObjectIdentity as OID; |
|
9 | 8 | use Symfony\Component\Security\Acl\Exception\NotAllAclsFoundException; |
10 | 9 | use Symfony\Component\Security\Acl\Model\SecurityIdentityInterface as SID; |
11 | -use Symfony\Component\Security\Acl\Domain\ObjectIdentity as OID; |
|
12 | 10 | use Symfony\Component\Security\Acl\Model\EntryInterface; |
13 | 11 | use Symfony\Component\Security\Acl\Model\AclInterface; |
14 | 12 | use Symfony\Component\Translation\TranslatorInterface; |
15 | - |
|
16 | 13 | use Oro\Bundle\SecurityBundle\Acl\Domain\ObjectIdentityFactory; |
17 | 14 | use Oro\Bundle\SecurityBundle\Acl\AccessLevel; |
18 | 15 | use Oro\Bundle\SecurityBundle\Acl\Permission\MaskBuilder; |