Преглед на файлове

removed unused private property

lsmith77 преди 12 години
родител
ревизия
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;
 
     /**