Failed Conditions
Pull Request — 4.0 (#3593)
by chihiro
08:59
created
src/Eccube/Controller/Admin/Store/PluginController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,8 +19,8 @@
 block discarded – undo
19 19
 use Eccube\Entity\Plugin;
20 20
 use Eccube\Entity\PluginEventHandler;
21 21
 use Eccube\Exception\PluginException;
22
-use Eccube\Form\Type\Admin\CaptchaType;
23 22
 use Eccube\Form\Type\Admin\AuthenticationType;
23
+use Eccube\Form\Type\Admin\CaptchaType;
24 24
 use Eccube\Form\Type\Admin\PluginLocalInstallType;
25 25
 use Eccube\Form\Type\Admin\PluginManagementType;
26 26
 use Eccube\Repository\BaseInfoRepository;
Please login to merge, or discard this patch.