[command] Naming + minor fixes on commands
This commit is contained in:
parent
cbcc89ea61
commit
4dcdc0f3b9
16 changed files with 55 additions and 57 deletions
|
|
@ -18,7 +18,7 @@ use Symfony\Component\Console\Output\Output;
|
|||
use Symfony\Component\Finder\Finder;
|
||||
use Symfony\Component\HttpKernel\Util\Filesystem;
|
||||
|
||||
use Propel\PropelBundle\Command\PhingCommand;
|
||||
use Propel\PropelBundle\Command\AbstractPropelCommand;
|
||||
|
||||
/**
|
||||
* BuildCommand.
|
||||
|
|
@ -26,7 +26,7 @@ use Propel\PropelBundle\Command\PhingCommand;
|
|||
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
|
||||
* @author William DURAND <william.durand1@gmail.com>
|
||||
*/
|
||||
class BuildSqlCommand extends PhingCommand
|
||||
class BuildSqlCommand extends AbstractPropelCommand
|
||||
{
|
||||
/**
|
||||
* @see Command
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue