Skip to content

Commit 1056ba9

Browse files
committed
minor #20021 Update configuration.rst (DennisdeBest)
This PR was submitted for the 7.1 branch but it was merged into the 6.4 branch instead. Discussion ---------- Update configuration.rst Fix $containerConfigurator parameter name in loadExtension function <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- 10abade Update configuration.rst
2 parents 766dc26 + 10abade commit 1056ba9

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)