[command] Naming + minor fixes on commands
This commit is contained in:
parent
cbcc89ea61
commit
4dcdc0f3b9
16 changed files with 55 additions and 57 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
namespace Propel\PropelBundle\Command;
|
||||
|
||||
use Propel\PropelBundle\Command\PhingCommand;
|
||||
use Propel\PropelBundle\Command\AbstractPropelCommand;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
|
||||
|
|
@ -19,7 +19,7 @@ use Symfony\Component\Console\Output\OutputInterface;
|
|||
*
|
||||
* @author William DURAND <william.durand1@gmail.com>
|
||||
*/
|
||||
class MigrationGenerateDiffCommand extends PhingCommand
|
||||
class MigrationGenerateDiffCommand extends AbstractPropelCommand
|
||||
{
|
||||
/**
|
||||
* @see Command
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue