Removed 'Propel' class prefixes
This commit is contained in:
parent
1f35b6b55b
commit
29ca595387
19 changed files with 39 additions and 39 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue