introduce Propel\Bundle\PropelBundle namespace
This commit is contained in:
parent
b50691f199
commit
4db28b7bbd
96 changed files with 360 additions and 427 deletions
|
|
@ -7,21 +7,18 @@
|
|||
*
|
||||
* @license MIT License
|
||||
*/
|
||||
namespace Propel\Bundle\PropelBundle\Command;
|
||||
|
||||
namespace Propel\PropelBundle\Command;
|
||||
|
||||
use Symfony\Component\Console\Input\InputOption;
|
||||
use Propel\Bundle\PropelBundle\DataFixtures\Loader\XmlDataLoader;
|
||||
use Propel\Bundle\PropelBundle\DataFixtures\Loader\YamlDataLoader;
|
||||
use Symfony\Component\Console\Input\InputArgument;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
use Symfony\Component\Console\Input\InputOption;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
use Symfony\Component\Filesystem\Filesystem;
|
||||
use Symfony\Component\Finder\Finder;
|
||||
use Symfony\Component\HttpKernel\Bundle\BundleInterface;
|
||||
|
||||
use Propel\PropelBundle\Command\AbstractCommand;
|
||||
use Propel\PropelBundle\DataFixtures\Loader\YamlDataLoader;
|
||||
use Propel\PropelBundle\DataFixtures\Loader\XmlDataLoader;
|
||||
|
||||
/**
|
||||
* FixturesLoadCommand
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue