@@ -9,9 +9,7 @@ |
||
9 | 9 | use Palladium\Entity as Entity; |
10 | 10 | use Palladium\Component\DataMapper; |
11 | 11 | use Palladium\Exception\IdentityConflict; |
12 | - |
|
13 | 12 | use Palladium\Repository\Identity as Repository; |
14 | -use Palladium\Contract\HasId; |
|
15 | 13 | use Psr\Log\LoggerInterface; |
16 | 14 | |
17 | 15 | class Registration |