Преглед изворни кода

[TwigBundle] removed unneeded use statement

Fabien Potencier пре 14 година
родитељ
комит
c881329719
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      src/Symfony/Bundle/TwigBundle/Extension/FormExtension.php

+ 0 - 1
src/Symfony/Bundle/TwigBundle/Extension/FormExtension.php

@@ -8,7 +8,6 @@ use Symfony\Component\Form\FieldInterface;
 use Symfony\Component\Form\CollectionField;
 use Symfony\Component\Form\HybridField;
 use Symfony\Bundle\TwigBundle\TokenParser\FormThemeTokenParser;
-use Symfony\Bundle\FrameworkBundle\Templating\HtmlGeneratorInterface;
 
 /*
  * This file is part of the Symfony package.