Missing use

Someone has forgotten to add use for the Filesystem component
This commit is contained in:
auss 2013-05-14 15:34:35 +03:00
parent e2bbca34c2
commit 1f0dd499c5

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.