File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Documentation/ExtensionArchitecture/HowTo/BackendModule Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ dispatch method has been dropped in favour of having dedicated routes to
8585each controller action.
8686
8787.. code-block :: diff
88- :caption: **Revised** EXT:demo/Classes/Controller/ModuleController .php
88+ :caption: **Revised** EXT:demo/Classes/Controller/CustomModuleController .php
8989 :linenos:
9090
9191 <?php
@@ -191,7 +191,7 @@ The following example demonstrates enforcing HTTP methods in Extbase module
191191controllers using :php: `AllowedMethodsTrait `:
192192
193193.. code-block :: diff
194- :caption: **Revised** EXT:demo/Classes/Controller/ModuleController .php
194+ :caption: **Revised** EXT:demo/Classes/Controller/ExtbaseModuleController .php
195195 :linenos:
196196
197197 <?php
You can’t perform that action at this time.
0 commit comments