@@ -30,7 +30,6 @@ |
||
| 30 | 30 | use Eccube\Application; |
| 31 | 31 | use Eccube\Entity\Plugin; |
| 32 | 32 | use Eccube\Exception\PluginException; |
| 33 | -use Eccube\Plugin\ConfigManager; |
|
| 34 | 33 | use Eccube\Plugin\ConfigManager as PluginConfigManager; |
| 35 | 34 | use Eccube\Repository\PluginEventHandlerRepository; |
| 36 | 35 | use Eccube\Repository\PluginRepository; |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | namespace Eccube\ServiceProvider; |
| 5 | 5 | |
| 6 | 6 | |
| 7 | -use Eccube\Entity\Event\EntityEventDispatcher; |
|
| 8 | 7 | use Pimple\Container; |
| 9 | 8 | use Pimple\ServiceProviderInterface; |
| 10 | 9 | |