8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660b35a commit 640c72aCopy full SHA for 640c72a
src/Symfony/Component/HttpKernel/Bundle/BundleInterface.php
@@ -11,7 +11,6 @@
11
12
namespace Symfony\Component\HttpKernel\Bundle;
13
14
-use Symfony\Component\DependencyInjection\ContainerAwareInterface;
15
use Symfony\Component\DependencyInjection\ContainerBuilder;
16
use Symfony\Component\DependencyInjection\ContainerInterface;
17
use Symfony\Component\DependencyInjection\Extension\ExtensionInterface;
@@ -21,7 +20,7 @@
21
20
*
22
* @author Fabien Potencier <fabien@symfony.com>
23
*/
24
-interface BundleInterface extends ContainerAwareInterface
+interface BundleInterface
25
{
26
/**
27
* Boots the Bundle.
0 commit comments