Skip to content

Commit a99e5d8

Browse files
committed
Merge branch '3.4' into 4.3
* 3.4: Update configuration.rst
2 parents fd4daa4 + 8f52a21 commit a99e5d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bundles/configuration.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,10 @@ can add some configuration that looks like this:
8282
8383
// config/packages/acme_social.php
8484
$container->loadFromExtension('acme_social', [
85-
'client_id' => 123,
86-
'client_secret' => 'your_secret',
85+
'twitter' => [
86+
'client_id' => 123,
87+
'client_secret' => 'your_secret',
88+
],
8789
]);
8890
8991
The basic idea is that instead of having the user override individual

0 commit comments

Comments
 (0)