Skip to content

Commit

Permalink
Merge branch '7.1' into 7.2
Browse files Browse the repository at this point in the history
* 7.1:
  Update configuration.rst
  • Loading branch information
xabbuh committed Jul 29, 2024
2 parents 52057d1 + 8dc3c89 commit 0d7ae12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class, you can add all the logic related to processing the configuration in that
// the "$config" variable is already merged and processed so you can
// use it directly to configure the service container (when defining an
// extension class, you also have to do this merging and processing)
$containerConfigurator->services()
$container->services()
->get('acme_social.twitter_client')
->arg(0, $config['twitter']['client_id'])
->arg(1, $config['twitter']['client_secret'])
Expand Down

0 comments on commit 0d7ae12

Please sign in to comment.