Code Duplication    Length = 7-7 lines in 2 locations

src/Eccube/Controller/Admin/Store/PluginController.php 2 locations

@@ 355-361 (lines=7) @@
352
353
    }
354
355
    public function handler_up(Application $app, $handlerId)
356
    {
357
        $repo = $app['eccube.repository.plugin_event_handler'];
358
        $repo->upPriority($repo->find($handlerId));
359
360
        return $app->redirect($app->url('admin_store_plugin_handler'));
361
    }
362
363
    public function handler_down(Application $app, $handlerId)
364
    {
@@ 363-369 (lines=7) @@
360
        return $app->redirect($app->url('admin_store_plugin_handler'));
361
    }
362
363
    public function handler_down(Application $app, $handlerId)
364
    {
365
        $repo = $app['eccube.repository.plugin_event_handler'];
366
        $repo->upPriority($repo->find($handlerId), false);
367
368
        return $app->redirect($app->url('admin_store_plugin_handler'));
369
    }
370
371
    /**
372
     * プラグインファイルアップロード画面