Skip to content

Commit d08b5db

Browse files
committed
minor #17300 Fix use statement in sample code (MalteWunsch)
This PR was merged into the 4.4 branch. Discussion ---------- Fix use statement in sample code Commits ------- 4bf1a42 Fix use statement
2 parents 3d1774a + 4bf1a42 commit d08b5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/extension.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This is how the extension of an AcmeHelloBundle should look like::
3434
namespace Acme\HelloBundle\DependencyInjection;
3535

3636
use Symfony\Component\DependencyInjection\ContainerBuilder;
37-
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
37+
use Symfony\Component\DependencyInjection\Extension\Extension;
3838

3939
class AcmeHelloExtension extends Extension
4040
{

0 commit comments

Comments
 (0)