Skip to content

Commit

Permalink
[BUGFIX] Fix routing code block wrong source file reference (TYPO3-Do…
Browse files Browse the repository at this point in the history
  • Loading branch information
timothebot authored Sep 26, 2024
1 parent e8d9b90 commit 7dda002
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ provided by :php:`\TYPO3\CMS\Core\Routing\Aspect\UnresolvedValueTrait`:
In another example we handle the null value in an Extbase show action
separately, for instance, to redirect to the list page:

.. literalinclude:: _AdvancedRoutingConfiguration/_MyCustomEnhancer.php
.. literalinclude:: _AdvancedRoutingConfiguration/_MyController.php
:caption: EXT:my_extension/Classes/Controller/MyController.php

.. index::
Expand Down

0 comments on commit 7dda002

Please sign in to comment.