@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace BWC\Share\Composer; |
4 | 4 | |
5 | 5 | use Composer\Script\Event; |
6 | -use Symfony\Component\Filesystem\Filesystem; |
|
7 | 6 | use Symfony\Component\Finder\Finder; |
8 | 7 | |
9 | 8 | class Script |
@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace BWC\Share\Data\Sequence; |
4 | 4 | |
5 | 5 | use Doctrine\DBAL\Connection; |
6 | -use Doctrine\DBAL\Migrations\AbstractMigration, |
|
7 | - Doctrine\DBAL\Schema\Schema; |
|
6 | +use Doctrine\DBAL\Migrations\AbstractMigration; |
|
7 | +use Doctrine\DBAL\Schema\Schema; |
|
8 | 8 | |
9 | 9 | abstract class DoctrineMigration extends AbstractMigration |
10 | 10 | { |