@@ -6,7 +6,6 @@ |
||
6 | 6 | use Symfony\Component\EventDispatcher\Event; |
7 | 7 | use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
8 | 8 | use Symfony\Component\HttpFoundation\Session\Session; |
9 | -use Symfony\Component\Translation\Translator; |
|
10 | 9 | use Symfony\Component\Translation\TranslatorInterface; |
11 | 10 | |
12 | 11 | /** |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Black\Page\Domain\Model\WebPage; |
6 | 6 | use Black\Page\Domain\Model\WebPageId; |
7 | -use Black\Page\Domain\Model\WebPageWriteRepository; |
|
8 | 7 | use Black\Page\Infrastructure\Persistence\CQRS\WriteRepository; |
9 | 8 | use Cocur\Slugify\Slugify; |
10 | 9 |