Completed
Push — master ( 68dfb4...28c620 )
by Peter
21:42
created
src/Event/Listener/Install.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,12 +12,11 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.