فهرست منبع

[WebBundle] removed unneeded code

Fabien Potencier 15 سال پیش
والد
کامیت
bf8ffc47a4
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      src/Symfony/Framework/WebBundle/Bundle.php

+ 0 - 2
src/Symfony/Framework/WebBundle/Bundle.php

@@ -3,10 +3,8 @@
 namespace Symfony\Framework\WebBundle;
 
 use Symfony\Foundation\Bundle\Bundle as BaseBundle;
-use Symfony\Components\DependencyInjection\Container;
 use Symfony\Components\DependencyInjection\ContainerInterface;
 use Symfony\Components\DependencyInjection\Loader\Loader;
-use Symfony\Components\DependencyInjection\Reference;
 use Symfony\Framework\WebBundle\DependencyInjection\WebExtension;
 
 /*