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

@ -10,7 +10,7 @@
namespace Propel\PropelBundle\Command;
use Propel\PropelBundle\Command\AbstractPropelCommand;
use Propel\PropelBundle\Command\AbstractCommand;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Output\OutputInterface;
@ -21,7 +21,7 @@ use Symfony\Component\Console\Output\OutputInterface;
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @author William DURAND <william.durand1@gmail.com>
*/
class ModelBuildCommand extends AbstractPropelCommand
class ModelBuildCommand extends AbstractCommand
{
/**
* @see Command