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

Commit10abade

Browse files
DennisdeBestxabbuh
authored andcommitted
Update configuration.rst
Fix $containerConfigurator parameter name in loadExtension function
1 parent766dc26 commit10abade

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