Skip to content

Commit 00657f5

Browse files
authored
Merge pull request #9 from DanielSiepmann/bugfix/RequestEnricherInterface-implementation
Fix implementation of RequestEnricherInterface
2 parents 12cf296 + 3450ed6 commit 00657f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Classes/Modules/EditModule.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
use TYPO3\CMS\Adminpanel\ModuleApi\AbstractModule;
2121
use TYPO3\CMS\Adminpanel\ModuleApi\InitializableInterface;
2222
use TYPO3\CMS\Adminpanel\ModuleApi\PageSettingsProviderInterface;
23+
use TYPO3\CMS\Adminpanel\ModuleApi\RequestEnricherInterface;
2324
use TYPO3\CMS\Adminpanel\ModuleApi\ResourceProviderInterface;
2425
use TYPO3\CMS\Backend\Routing\UriBuilder;
2526
use TYPO3\CMS\Backend\Utility\BackendUtility;
@@ -132,6 +133,7 @@ public function getLabel(): string
132133
*/
133134
public function enrich(ServerRequestInterface $request): ServerRequestInterface
134135
{
136+
return $request;
135137
}
136138

137139
/**

0 commit comments

Comments
 (0)