Skip to content
Snippets Groups Projects
Commit 89a9dbff authored by Christian Reifenscheid's avatar Christian Reifenscheid Committed by Georg Ringer
Browse files

[DOCS] Fix incorrect namespace of AbstractModule

The AbstractModule class is located within the 'ModuleApi' folder, so the
namespace must be \TYPO3\CMS\Adminpanel\ModuleApi\AbstractModule. This
patch fixes the issue.

Releases: main, 12.4
Resolves: #104204
Change-Id: I28dc1777fe8900665e8a3d43a8655674dbb82185
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84846


Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent 1d36904c
Branches
Tags
No related merge requests found
......@@ -26,7 +26,7 @@ To create your own Admin Panel module
=====================================
#. Create a new PHP class extending
`\TYPO3\CMS\Adminpanel\Modules\AbstractModule`.
`\TYPO3\CMS\Adminpanel\ModuleApi\AbstractModule`.
#. Implement at least the following methods:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment