@@ -12,12 +12,11 @@ |
||
12 | 12 | use AnimeDb\Bundle\AnimeDbBundle\Manipulator\Parameters; |
13 | 13 | use AnimeDb\Bundle\AnimeDbBundle\Composer\SecretKey; |
14 | 14 | use AnimeDb\Bundle\AppBundle\Service\CacheClearer; |
15 | -use AnimeDb\Bundle\CatalogBundle\Event\Install\Samples; |
|
15 | +use AnimeDb\Bundle\CatalogBundle\Event\Install\Samples as SamplesInstall; |
|
16 | 16 | use Doctrine\Common\Persistence\ObjectManager; |
17 | 17 | use Symfony\Component\Filesystem\Filesystem; |
18 | 18 | use Symfony\Component\HttpKernel\KernelInterface; |
19 | 19 | use Symfony\Component\Translation\TranslatorInterface; |
20 | -use AnimeDb\Bundle\CatalogBundle\Event\Install\Samples as SamplesInstall; |
|
21 | 20 | use AnimeDb\Bundle\CatalogBundle\Entity\Storage; |
22 | 21 | use AnimeDb\Bundle\CatalogBundle\Entity\Label; |
23 | 22 | use AnimeDb\Bundle\CatalogBundle\Event\Listener\Install\Item; |