@@ -4,10 +4,7 @@ discard block |
||
| 4 | 4 | |
| 5 | 5 | use Doctrine\Bundle\DoctrineBundle\Command\Proxy\DoctrineCommandHelper; |
| 6 | 6 | use Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand as BaseUpdateSchemaDoctrineCommand; |
| 7 | -use Doctrine\Common\Annotations\AnnotationReader; |
|
| 8 | -use Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand; |
|
| 9 | 7 | use Doctrine\ORM\Tools\SchemaTool; |
| 10 | -use Eccube\Doctrine\ORM\Mapping\Driver\ReloadSafeAnnotationDriver; |
|
| 11 | 8 | use Eccube\Repository\PluginRepository; |
| 12 | 9 | use Eccube\Service\PluginService; |
| 13 | 10 | use Eccube\Service\SchemaService; |
@@ -16,8 +13,8 @@ discard block |
||
| 16 | 13 | use Symfony\Component\Console\Input\InputOption; |
| 17 | 14 | use Symfony\Component\Console\Output\OutputInterface; |
| 18 | 15 | use Symfony\Component\Console\Style\SymfonyStyle; |
| 19 | -use Symfony\Component\Finder\Finder; |
|
| 20 | 16 | use Symfony\Component\Filesystem\Filesystem; |
| 17 | +use Symfony\Component\Finder\Finder; |
|
| 21 | 18 | |
| 22 | 19 | /** |
| 23 | 20 | * Command to generate the SQL needed to update the database schema to match |
@@ -25,8 +25,8 @@ |
||
| 25 | 25 | use Eccube\Util\CacheUtil; |
| 26 | 26 | use Eccube\Util\StringUtil; |
| 27 | 27 | use Symfony\Component\DependencyInjection\ContainerInterface; |
| 28 | -use Symfony\Component\Finder\Finder; |
|
| 29 | 28 | use Symfony\Component\Filesystem\Filesystem; |
| 29 | +use Symfony\Component\Finder\Finder; |
|
| 30 | 30 | |
| 31 | 31 | class PluginService |
| 32 | 32 | { |
@@ -18,8 +18,8 @@ |
||
| 18 | 18 | use Doctrine\ORM\Tools\SchemaTool; |
| 19 | 19 | use Eccube\Doctrine\ORM\Mapping\Driver\ReloadSafeAnnotationDriver; |
| 20 | 20 | use Eccube\Util\StringUtil; |
| 21 | -use Symfony\Component\Finder\Finder; |
|
| 22 | 21 | use Symfony\Component\Filesystem\Filesystem; |
| 22 | +use Symfony\Component\Finder\Finder; |
|
| 23 | 23 | |
| 24 | 24 | class SchemaService |
| 25 | 25 | { |