Skip to content

Commit

Permalink
[DoctrineBundle] fixed DoctrineBundle migration namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar authored and fabpot committed May 19, 2010
1 parent 8c4dd5c commit efc4777
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Expand Up @@ -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.
Expand Down
Expand Up @@ -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.
Expand Down
Expand Up @@ -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.
Expand Down
Expand Up @@ -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.
Expand Down
Expand Up @@ -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.
Expand Down
Expand Up @@ -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.
Expand Down

0 comments on commit efc4777

Please sign in to comment.