소스 검색

[TwigBundle] Remove use ContainerInterface - not used

alexandresalome 14 년 전
부모
커밋
98755bc8a5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/Symfony/Bundle/TwigBundle/Extension/CodeExtension.php

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

@@ -11,7 +11,6 @@
 
 namespace Symfony\Bundle\TwigBundle\Extension;
 
-use Symfony\Component\DependencyInjection\ContainerInterface;
 use Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper;
 
 /**