We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52057d1 + 8dc3c89 commit 0d7ae12Copy full SHA for 0d7ae12
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