Skip to content

Commit 7608bb8

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: Fix use statement
2 parents 163cda9 + d08b5db commit 7608bb8

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)