Completed
Push — 4.0 ( bb5ac4...03ba8e )
by Ryo
09:41
created
src/Eccube/Controller/Admin/Store/PluginController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -32,14 +32,11 @@
 block discarded – undo
32 32
 use Symfony\Component\DependencyInjection\Container;
33 33
 use Symfony\Component\Filesystem\Filesystem;
34 34
 use Symfony\Component\Finder\Finder;
35
-use Symfony\Component\Form\Extension\Core\Type\FormType;
36
-use Symfony\Component\Form\Extension\Core\Type\TextType;
37 35
 use Symfony\Component\HttpFoundation\File\UploadedFile;
38 36
 use Symfony\Component\HttpFoundation\RedirectResponse;
39 37
 use Symfony\Component\HttpFoundation\Request;
40 38
 use Symfony\Component\Routing\Annotation\Route;
41 39
 use Symfony\Component\Routing\Exception\RouteNotFoundException;
42
-use Symfony\Component\Validator\Constraints as Assert;
43 40
 
44 41
 class PluginController extends AbstractController
45 42
 {
Please login to merge, or discard this patch.