소스 검색

removed obsolete use-statement

Martin Schuhfuss 14 년 전
부모
커밋
9112d8c2d3
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/Symfony/Component/DependencyInjection/ContainerAware.php

+ 0 - 2
src/Symfony/Component/DependencyInjection/ContainerAware.php

@@ -11,8 +11,6 @@
 
 namespace Symfony\Component\DependencyInjection;
 
-use Symfony\Component\DependencyInjection\ContainerInterface;
-
 /**
  * A simple implementation of ContainerAwareInterface.
  *