Skip to content

Commit

Permalink
Added missing DoctrineCommand imports to DoctrineMigrationsBundle.
Browse files Browse the repository at this point in the history
  • Loading branch information
xdissent authored and fabpot committed May 25, 2010
1 parent 9fa1cb5 commit 0512d13
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
Expand Up @@ -5,6 +5,7 @@
use Symfony\Components\Console\Input\InputInterface;
use Symfony\Components\Console\Output\OutputInterface;
use Symfony\Components\Console\Input\InputOption;
use Symfony\Framework\DoctrineBundle\Command\DoctrineCommand;
use Doctrine\DBAL\Migrations\Tools\Console\Command\DiffCommand;

/*
Expand Down
Expand Up @@ -5,6 +5,7 @@
use Symfony\Components\Console\Input\InputInterface;
use Symfony\Components\Console\Output\OutputInterface;
use Symfony\Components\Console\Input\InputOption;
use Symfony\Framework\DoctrineBundle\Command\DoctrineCommand;
use Doctrine\DBAL\Migrations\Tools\Console\Command\ExecuteCommand;

/*
Expand Down
Expand Up @@ -5,6 +5,7 @@
use Symfony\Components\Console\Input\InputInterface;
use Symfony\Components\Console\Output\OutputInterface;
use Symfony\Components\Console\Input\InputOption;
use Symfony\Framework\DoctrineBundle\Command\DoctrineCommand;
use Doctrine\DBAL\Migrations\Tools\Console\Command\GenerateCommand;

/*
Expand Down
Expand Up @@ -5,6 +5,7 @@
use Symfony\Components\Console\Input\InputInterface;
use Symfony\Components\Console\Output\OutputInterface;
use Symfony\Components\Console\Input\InputOption;
use Symfony\Framework\DoctrineBundle\Command\DoctrineCommand;
use Doctrine\DBAL\Migrations\Tools\Console\Command\MigrateCommand;

/*
Expand Down
Expand Up @@ -5,6 +5,7 @@
use Symfony\Components\Console\Input\InputInterface;
use Symfony\Components\Console\Output\OutputInterface;
use Symfony\Components\Console\Input\InputOption;
use Symfony\Framework\DoctrineBundle\Command\DoctrineCommand;
use Doctrine\DBAL\Migrations\Tools\Console\Command\StatusCommand;

/*
Expand Down
Expand Up @@ -5,6 +5,7 @@
use Symfony\Components\Console\Input\InputInterface;
use Symfony\Components\Console\Output\OutputInterface;
use Symfony\Components\Console\Input\InputOption;
use Symfony\Framework\DoctrineBundle\Command\DoctrineCommand;
use Doctrine\DBAL\Migrations\Tools\Console\Command\VersionCommand;

/*
Expand Down

0 comments on commit 0512d13

Please sign in to comment.