Skip to content

Commit 10abade

Browse files
DennisdeBestxabbuh
authored andcommitted
Update configuration.rst
Fix $containerConfigurator parameter name in loadExtension function
1 parent 766dc26 commit 10abade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class, you can add all the logic related to processing the configuration in that
9797
// the "$config" variable is already merged and processed so you can
9898
// use it directly to configure the service container (when defining an
9999
// extension class, you also have to do this merging and processing)
100-
$containerConfigurator->services()
100+
$container->services()
101101
->get('acme_social.twitter_client')
102102
->arg(0, $config['twitter']['client_id'])
103103
->arg(1, $config['twitter']['client_secret'])

0 commit comments

Comments
 (0)