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 3d1774a commit 4bf1a42Copy full SHA for 4bf1a42
bundles/extension.rst
@@ -34,7 +34,7 @@ This is how the extension of an AcmeHelloBundle should look like::
34
namespace Acme\HelloBundle\DependencyInjection;
35
36
use Symfony\Component\DependencyInjection\ContainerBuilder;
37
- use Symfony\Component\HttpKernel\DependencyInjection\Extension;
+ use Symfony\Component\DependencyInjection\Extension\Extension;
38
39
class AcmeHelloExtension extends Extension
40
{
0 commit comments