fixed typo

This commit is contained in:
Fabien Potencier 2011-04-26 16:02:24 +02:00
parent f29ddad5ba
commit 4bef9995c6

View File

@ -11,7 +11,7 @@
namespace Symfony\Bundle\TwigBundle\CacheWarmer;
use Symfony\Component\HttpKernel\CacheWarmer\CacheWarmer;
use Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface;
use Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateFinder;