Use the new Filesystem component

This commit is contained in:
William DURAND 2011-12-25 14:21:54 +01:00
commit d12c092fb5
4 changed files with 5 additions and 5 deletions

View file

@ -15,8 +15,8 @@ use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Output\Output;
use Symfony\Component\Filesystem\Filesystem;
use Symfony\Component\Finder\Finder;
use Symfony\Component\HttpKernel\Util\Filesystem;
use Propel\PropelBundle\Command\AbstractPropelCommand;