Changed namespace to Propel\PropelBundle

This commit is contained in:
William DURAND 2011-02-14 22:31:28 +01:00
commit 5b5feecaf5
17 changed files with 28 additions and 28 deletions

View file

@ -1,8 +1,8 @@
<?php
namespace Symfony\Bundle\PropelBundle\Command;
namespace Propel\PropelBundle\Command;
use Symfony\Bundle\PropelBundle\Command\PhingCommand;
use Propel\PropelBundle\Command\PhingCommand;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;