Fix command namespace

This commit is contained in:
Thomas 2011-04-01 23:42:34 +02:00 committed by William DURAND
commit 3ca1987727
5 changed files with 8 additions and 6 deletions

View file

@ -7,7 +7,7 @@ use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Finder\Finder;
use Symfony\Bundle\FrameworkBundle\Util\Filesystem;
use Symfony\Component\HttpKernel\Util\Filesystem;
/*
* This file is part of the Symfony framework.