File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Original file line number Diff line number Diff line change @@ -176,15 +176,16 @@ To get a list of *all* of the routes in your system, use the ``debug:router`` co
176
176
177
177
$ php bin/console debug:router
178
178
179
- You should see your `app_lucky_number ` route at the very top:
179
+ You should see your `` app_lucky_number ` ` route at the very top:
180
180
181
181
================== ======== ======== ====== ===============
182
182
Name Method Scheme Host Path
183
183
================== ======== ======== ====== ===============
184
184
app_lucky_number ANY ANY ANY /lucky/number
185
185
================== ======== ======== ====== ===============
186
186
187
- You will also see debugging routes below `app_lucky_number ` -- more on the debugging routes in the next section.
187
+ You will also see debugging routes below ``app_lucky_number `` -- more on
188
+ the debugging routes in the next section.
188
189
189
190
You'll learn about many more commands as you continue!
190
191
You can’t perform that action at this time.
0 commit comments