[DoctrineBundle] fixed DoctrineBundle migration namespaces

This commit is contained in:
ornicar 2010-05-04 17:31:43 +02:00 committed by Fabien Potencier
parent 8c4dd5cca9
commit efc4777b23
6 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ namespace Symfony\Framework\DoctrineBundle\Command;
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.

View File

@ -5,7 +5,7 @@ namespace Symfony\Framework\DoctrineBundle\Command;
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.

View File

@ -5,7 +5,7 @@ namespace Symfony\Framework\DoctrineBundle\Command;
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.

View File

@ -5,7 +5,7 @@ namespace Symfony\Framework\DoctrineBundle\Command;
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.

View File

@ -5,7 +5,7 @@ namespace Symfony\Framework\DoctrineBundle\Command;
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.

View File

@ -5,7 +5,7 @@ namespace Symfony\Framework\DoctrineBundle\Command;
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.