Completed
Pull Request — master (#337)
by Ivan
42:27 queued 06:58
created
src/Oro/Bundle/SecurityBundle/Acl/Persistence/AclPrivilegeRepository.php 1 patch
Unused Use Statements   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -4,15 +4,12 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.