Просмотр исходного кода

removed unused private property

lsmith77 12 лет назад
Родитель
Сommit
3605c54f9d
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/Symfony/Component/DependencyInjection/ContainerBuilder.php

+ 0 - 1
src/Symfony/Component/DependencyInjection/ContainerBuilder.php

@@ -33,7 +33,6 @@ class ContainerBuilder extends Container implements TaggedContainerInterface
     private $aliases          = array();
     private $resources        = array();
     private $extensionConfigs = array();
-    private $injectors        = array();
     private $compiler;
 
     /**