Skip to content

Commit 0d7ae12

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: Update configuration.rst
2 parents 52057d1 + 8dc3c89 commit 0d7ae12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/configuration.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class, you can add all the logic related to processing the configuration in that
9393
// the "$config" variable is already merged and processed so you can
9494
// use it directly to configure the service container (when defining an
9595
// extension class, you also have to do this merging and processing)
96-
$containerConfigurator->services()
96+
$container->services()
9797
->get('acme_social.twitter_client')
9898
->arg(0, $config['twitter']['client_id'])
9999
->arg(1, $config['twitter']['client_secret'])

0 commit comments

Comments
 (0)