Pārlūkot izejas kodu

[Framework] updated the bootstrap file

Fabien Potencier 15 gadi atpakaļ
vecāks
revīzija
09a11475f1
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      src/Symfony/Framework/bootstrap.php

+ 2 - 0
src/Symfony/Framework/bootstrap.php

@@ -3,6 +3,7 @@
 namespace Symfony\Framework\Bundle;
 
 use Symfony\Components\DependencyInjection\ContainerInterface;
+use Symfony\Components\DependencyInjection\ContainerBuilder;
 use Symfony\Components\DependencyInjection\ParameterBag\ParameterBagInterface;
 use Symfony\Components\Console\Application;
 use Symfony\Components\Finder\Finder;
@@ -105,6 +106,7 @@ abstract class Bundle implements BundleInterface
 namespace Symfony\Framework\Bundle;
 
 use Symfony\Components\DependencyInjection\ContainerInterface;
+use Symfony\Components\DependencyInjection\ContainerBuilder;
 use Symfony\Components\DependencyInjection\ParameterBag\ParameterBagInterface;