fixed typo

This commit is contained in:
Benoît Merlet 2011-04-26 19:54:39 +02:00
parent 28aa8e729a
commit d9ac718b97

View File

@ -12,7 +12,7 @@
namespace Symfony\Bundle\FrameworkBundle\CacheWarmer;
use Symfony\Component\HttpKernel\CacheWarmer\CacheWarmer;
use \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateFinderInterface;
use Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateFinderInterface;
use Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator;
/**