Skip to content

Commit 3418bd4

Browse files
committed
ISSUE-345: remove not used imports
1 parent 1f867c4 commit 3418bd4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Domain/Identity/Service/AdministratorManager.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@
55
namespace PhpList\Core\Domain\Identity\Service;
66

77
use Doctrine\ORM\EntityManagerInterface;
8-
use InvalidArgumentException;
98
use PhpList\Core\Domain\Identity\Model\Administrator;
109
use PhpList\Core\Domain\Identity\Model\Dto\CreateAdministratorDto;
1110
use PhpList\Core\Domain\Identity\Model\Dto\UpdateAdministratorDto;
12-
use PhpList\Core\Domain\Identity\Model\PrivilegeFlag;
13-
use PhpList\Core\Domain\Identity\Model\Privileges;
1411
use PhpList\Core\Security\HashGenerator;
1512

1613
class AdministratorManager

0 commit comments

Comments
 (0)