Removed 'Propel' class prefixes

This commit is contained in:
William DURAND 2012-04-20 13:54:05 +02:00
commit 29ca595387
19 changed files with 39 additions and 39 deletions

View file

@ -18,7 +18,7 @@ use Symfony\Component\Console\Output\Output;
use Symfony\Component\Filesystem\Filesystem;
use Symfony\Component\Finder\Finder;
use Propel\PropelBundle\Command\AbstractPropelCommand;
use Propel\PropelBundle\Command\AbstractCommand;
/**
* SqlBuildCommand.
@ -26,7 +26,7 @@ use Propel\PropelBundle\Command\AbstractPropelCommand;
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author William DURAND <william.durand1@gmail.com>
*/
class SqlBuildCommand extends AbstractPropelCommand
class SqlBuildCommand extends AbstractCommand
{
/**
* @see Command