[command] Naming + minor fixes on commands

This commit is contained in:
William DURAND 2011-09-05 22:18:18 +02:00
commit 4dcdc0f3b9
16 changed files with 55 additions and 57 deletions

View file

@ -10,7 +10,7 @@
namespace Propel\PropelBundle\Command;
use Propel\PropelBundle\Command\PhingCommand;
use Propel\PropelBundle\Command\AbstractPropelCommand;
use Propel\PropelBundle\Command\BuildModelCommand;
use Propel\PropelBundle\Command\BuildSqlCommand;
@ -26,7 +26,7 @@ use Symfony\Component\Console\Output\Output;
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author William DURAND <william.durand1@gmail.com>
*/
class BuildCommand extends PhingCommand
class BuildCommand extends AbstractPropelCommand
{
/**
* @see Command