Pārlūkot izejas kodu

removed unused private property

lsmith77 12 gadi atpakaļ
vecāks
revīzija
3605c54f9d

+ 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;
 
     /**