浏览代码

[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.