Merge pull request #229 from auss/patch-1

Missing use
This commit is contained in:
William Durand 2013-05-14 06:20:34 -07:00
commit cc8b26123c

View file

@ -15,6 +15,7 @@ use Propel\PropelBundle\DataFixtures\Dumper\YamlDataDumper;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Filesystem\Filesystem;
/**
* FixturesDumpCommand.