8000 [HttpKernel] Do not use ContainerAwareInterface anymore · symfony/symfony@640c72a · GitHub
[go: up one dir, main page]

Skip to content

Commit 640c72a

Browse files
[HttpKernel] Do not use ContainerAwareInterface anymore
1 parent 660b35a commit 640c72a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Symfony/Component/HttpKernel/Bundle/BundleInterface.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Symfony\Component\HttpKernel\Bundle;
1313

14-
use Symfony\Component\DependencyInjection\ContainerAwareInterface;
1514
use Symfony\Component\DependencyInjection\ContainerBuilder;
1615
use Symfony\Component\DependencyInjection\ContainerInterface;
1716
use Symfony\Component\DependencyInjection\Extension\ExtensionInterface;
@@ -21,7 +20,7 @@
2120
*
2221
* @author Fabien Potencier <fabien@symfony.com>
2322
*/
24-
interface BundleInterface extends ContainerAwareInterface
23+
interface BundleInterface
2524
{
2625
/**
2726
* Boots the Bundle.

0 commit comments

Comments
 (0)
0