@@ -5,7 +5,6 @@ |
||
5 | 5 | use Doctrine\Common\DataFixtures\FixtureInterface; |
6 | 6 | use Doctrine\Common\Persistence\ObjectManager; |
7 | 7 | use Doctrine\DBAL\Connection; |
8 | -use Doctrine\DBAL\Schema\Table; |
|
9 | 8 | |
10 | 9 | /** |
11 | 10 | * CSVファイルを扱うためのフィクスチャ. |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\DBAL\Migrations\AbstractMigration; |
6 | 6 | use Doctrine\DBAL\Schema\Schema; |
7 | -use Eccube\Entity\Master\CsvType; |
|
8 | 7 | |
9 | 8 | /** |
10 | 9 | * Auto-generated Migration: Please modify to your needs! |