Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1056ba9

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.rstFix $containerConfigurator parameter name in loadExtension function<!--If your pull request fixes a BUG, use the oldest maintained branch that containsthe bug (seehttps://symfony.com/releases for the list of maintained branches).If your pull request documents a NEW FEATURE, use the same Symfony branch wherethe feature was introduced (and `7.x` for features of unreleased versions).-->Commits-------10abade Update configuration.rst
2 parents766dc26 +10abade commit1056ba9

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)

[8]ページ先頭

©2009-2025 Movatter.jp