Browse Source

[TwigBundle] Remove use ContainerInterface - not used

alexandresalome 14 năm trước cách đây
mục cha
commit
98755bc8a5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;
 
 /**