Skip to content

Commit ad831bc

Browse files
committed
Fix naming of __construct()
1 parent 989073d commit ad831bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/bundles/extension.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ be output to the console in yaml.
494494

495495
As long as your bundle's configuration is located in the standard location
496496
(``YourBundle\DependencyInjection\Configuration``) and does not have a
497-
``__constructor()`` it will work automatically. If you have a something
497+
``__construct()`` it will work automatically. If you have a something
498498
different your ``Extension`` class will have to override the
499499
``Extension::getConfiguration()`` method. Have it return an instance of your
500500
``Configuration``.

0 commit comments

Comments
 (0)