File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ bundle configuration would look like:
75
75
acme_social :
76
76
twitter :
77
77
client_id : 123
78
- client_secret : $secret
78
+ client_secret : your_secret
79
79
80
80
.. code-block :: xml
81
81
@@ -88,7 +88,7 @@ bundle configuration would look like:
88
88
http://symfony.com/schema/dic/services/services-1.0.xsd" >
89
89
90
90
<acme-social : config >
91
- <twitter client-id =" 123" client-secret =" $secret " />
91
+ <twitter client-id =" 123" client-secret =" your_secret " />
92
92
</acme-social : config >
93
93
94
94
<!-- ... -->
@@ -99,7 +99,7 @@ bundle configuration would look like:
99
99
// app/config/config.php
100
100
$container->loadFromExtension('acme_social', array(
101
101
'client_id' => 123,
102
- 'client_secret' => '$secret ',
102
+ 'client_secret' => 'your_secret ',
103
103
));
104
104
105
105
.. seealso ::
You can’t perform that action at this time.
0 commit comments