diff --git a/src/Symfony/Framework/DoctrineBundle/Command/MigrationsDiffDoctrineCommand.php b/src/Symfony/Framework/DoctrineBundle/Command/MigrationsDiffDoctrineCommand.php index 02f2ba795f61..db94aad9a9df 100644 --- a/src/Symfony/Framework/DoctrineBundle/Command/MigrationsDiffDoctrineCommand.php +++ b/src/Symfony/Framework/DoctrineBundle/Command/MigrationsDiffDoctrineCommand.php @@ -5,7 +5,7 @@ use Symfony\Components\Console\Input\InputInterface; use Symfony\Components\Console\Output\OutputInterface; use Symfony\Components\Console\Input\InputOption; -use DoctrineExtensions\Migrations\Tools\Console\Command\DiffCommand; +use Doctrine\DBAL\Migrations\Tools\Console\Command\DiffCommand; /* * This file is part of the Symfony framework. diff --git a/src/Symfony/Framework/DoctrineBundle/Command/MigrationsExecuteDoctrineCommand.php b/src/Symfony/Framework/DoctrineBundle/Command/MigrationsExecuteDoctrineCommand.php index bda238ec9781..9b19d260f6c3 100644 --- a/src/Symfony/Framework/DoctrineBundle/Command/MigrationsExecuteDoctrineCommand.php +++ b/src/Symfony/Framework/DoctrineBundle/Command/MigrationsExecuteDoctrineCommand.php @@ -5,7 +5,7 @@ use Symfony\Components\Console\Input\InputInterface; use Symfony\Components\Console\Output\OutputInterface; use Symfony\Components\Console\Input\InputOption; -use DoctrineExtensions\Migrations\Tools\Console\Command\ExecuteCommand; +use Doctrine\DBAL\Migrations\Tools\Console\Command\ExecuteCommand; /* * This file is part of the Symfony framework. diff --git a/src/Symfony/Framework/DoctrineBundle/Command/MigrationsGenerateDoctrineCommand.php b/src/Symfony/Framework/DoctrineBundle/Command/MigrationsGenerateDoctrineCommand.php index 8297426fa6ef..dee7b0b5c0aa 100644 --- a/src/Symfony/Framework/DoctrineBundle/Command/MigrationsGenerateDoctrineCommand.php +++ b/src/Symfony/Framework/DoctrineBundle/Command/MigrationsGenerateDoctrineCommand.php @@ -5,7 +5,7 @@ use Symfony\Components\Console\Input\InputInterface; use Symfony\Components\Console\Output\OutputInterface; use Symfony\Components\Console\Input\InputOption; -use DoctrineExtensions\Migrations\Tools\Console\Command\GenerateCommand; +use Doctrine\DBAL\Migrations\Tools\Console\Command\GenerateCommand; /* * This file is part of the Symfony framework. diff --git a/src/Symfony/Framework/DoctrineBundle/Command/MigrationsMigrateDoctrineCommand.php b/src/Symfony/Framework/DoctrineBundle/Command/MigrationsMigrateDoctrineCommand.php index 6130b680223e..471f9cae5ba6 100644 --- a/src/Symfony/Framework/DoctrineBundle/Command/MigrationsMigrateDoctrineCommand.php +++ b/src/Symfony/Framework/DoctrineBundle/Command/MigrationsMigrateDoctrineCommand.php @@ -5,7 +5,7 @@ use Symfony\Components\Console\Input\InputInterface; use Symfony\Components\Console\Output\OutputInterface; use Symfony\Components\Console\Input\InputOption; -use DoctrineExtensions\Migrations\Tools\Console\Command\MigrateCommand; +use Doctrine\DBAL\Migrations\Tools\Console\Command\MigrateCommand; /* * This file is part of the Symfony framework. diff --git a/src/Symfony/Framework/DoctrineBundle/Command/MigrationsStatusDoctrineCommand.php b/src/Symfony/Framework/DoctrineBundle/Command/MigrationsStatusDoctrineCommand.php index 1f03daaa47a4..ab873234cca8 100644 --- a/src/Symfony/Framework/DoctrineBundle/Command/MigrationsStatusDoctrineCommand.php +++ b/src/Symfony/Framework/DoctrineBundle/Command/MigrationsStatusDoctrineCommand.php @@ -5,7 +5,7 @@ use Symfony\Components\Console\Input\InputInterface; use Symfony\Components\Console\Output\OutputInterface; use Symfony\Components\Console\Input\InputOption; -use DoctrineExtensions\Migrations\Tools\Console\Command\StatusCommand; +use Doctrine\DBAL\Migrations\Tools\Console\Command\StatusCommand; /* * This file is part of the Symfony framework. diff --git a/src/Symfony/Framework/DoctrineBundle/Command/MigrationsVersionDoctrineCommand.php b/src/Symfony/Framework/DoctrineBundle/Command/MigrationsVersionDoctrineCommand.php index 92c532eeca4e..a81e2e07696f 100644 --- a/src/Symfony/Framework/DoctrineBundle/Command/MigrationsVersionDoctrineCommand.php +++ b/src/Symfony/Framework/DoctrineBundle/Command/MigrationsVersionDoctrineCommand.php @@ -5,7 +5,7 @@ use Symfony\Components\Console\Input\InputInterface; use Symfony\Components\Console\Output\OutputInterface; use Symfony\Components\Console\Input\InputOption; -use DoctrineExtensions\Migrations\Tools\Console\Command\VersionCommand; +use Doctrine\DBAL\Migrations\Tools\Console\Command\VersionCommand; /* * This file is part of the Symfony framework.