File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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.
219219``name="homepage" ``) is optional and sets the name of this route. For now
220220this name is not needed, but later it'll be useful for linking pages.
221221
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.
226226
227227.. tip ::
228228
You can’t perform that action at this time.
0 commit comments