File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -219,10 +219,10 @@ the application homepage. The second value of ``@Route()`` (e.g.
219
219
``name="homepage" ``) is optional and sets the name of this route. For now
220
220
this name is not needed, but later it'll be useful for linking pages.
221
221
222
- Considering all this, the ``@Route("/app/example", name="homepage") `` annotation creates
223
- a new route called ``homepage `` which makes Symfony execute the `` index ``
224
- action of the ``Default `` controller when the user browses the `` / `` path
225
- of the application.
222
+ Considering all this, the ``@Route("/app/example", name="homepage") `` annotation
223
+ creates a new route called ``homepage `` which makes Symfony execute the
224
+ `` index `` action of the ``Default `` controller when the user browses the
225
+ `` /app/example `` path of the application.
226
226
227
227
.. tip ::
228
228
You can’t perform that action at this time.
0 commit comments