We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 977e5ef + 1056ba9 commit 8dc3c89Copy full SHA for 8dc3c89
bundles/configuration.rst
@@ -93,7 +93,7 @@ class, you can add all the logic related to processing the configuration in that
93
// the "$config" variable is already merged and processed so you can
94
// use it directly to configure the service container (when defining an
95
// extension class, you also have to do this merging and processing)
96
- $containerConfigurator->services()
+ $container->services()
97
->get('acme_social.twitter_client')
98
->arg(0, $config['twitter']['client_id'])
99
->arg(1, $config['twitter']['client_secret'])
0 commit comments