File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
cookbook/event_dispatcher Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ is an event subscriber:
164
164
165
165
.. code-block :: yaml
166
166
167
- # app/config/config .yml
167
+ # app/config/services .yml
168
168
services :
169
169
app.exception_subscriber :
170
170
class : AppBundle\Subscriber\ExceptionSubscriber
@@ -173,7 +173,7 @@ is an event subscriber:
173
173
174
174
.. code-block :: xml
175
175
176
- <!-- app/config/config .xml -->
176
+ <!-- app/config/services .xml -->
177
177
<?xml version =" 1.0" encoding =" UTF-8" ?>
178
178
<container xmlns =" http://symfony.com/schema/dic/services" >
179
179
@@ -189,7 +189,7 @@ is an event subscriber:
189
189
190
190
.. code-block :: php
191
191
192
- // app/config/config .php
192
+ // app/config/services .php
193
193
$container
194
194
->register(
195
195
'app.exception_subscriber',
You can’t perform that action at this time.
0 commit comments