[WebBundle] fixed Finder namespace in Filesystem

This commit is contained in:
ornicar 2010-05-05 16:56:14 +02:00 committed by Fabien Potencier
parent 04da781529
commit 3bce03a7e1

View File

@ -2,6 +2,8 @@
namespace Symfony\Framework\WebBundle\Util; namespace Symfony\Framework\WebBundle\Util;
use Symfony\Components\Finder\Finder;
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *