[TwigBundle] Remove unecessary use to make fabbot happy

This commit is contained in:
Maxime Steinhausser 2017-05-04 23:27:16 +02:00
parent f6043bb8f1
commit 044cbaf1e1

View File

@ -13,7 +13,6 @@ namespace Symfony\Bundle\TwigBundle\DependencyInjection;
use Symfony\Bridge\Twig\Extension\WebLinkExtension;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ChildDefinition;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Reference;
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;