mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-22 14:36:08 +01:00
Merge pull request #9 from DanielSiepmann/bugfix/RequestEnricherInterface-implementation
Fix implementation of RequestEnricherInterface
This commit is contained in:
commit
00657f5b15
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ use Psr\Http\Message\ServerRequestInterface;
|
||||||
use TYPO3\CMS\Adminpanel\ModuleApi\AbstractModule;
|
use TYPO3\CMS\Adminpanel\ModuleApi\AbstractModule;
|
||||||
use TYPO3\CMS\Adminpanel\ModuleApi\InitializableInterface;
|
use TYPO3\CMS\Adminpanel\ModuleApi\InitializableInterface;
|
||||||
use TYPO3\CMS\Adminpanel\ModuleApi\PageSettingsProviderInterface;
|
use TYPO3\CMS\Adminpanel\ModuleApi\PageSettingsProviderInterface;
|
||||||
|
use TYPO3\CMS\Adminpanel\ModuleApi\RequestEnricherInterface;
|
||||||
use TYPO3\CMS\Adminpanel\ModuleApi\ResourceProviderInterface;
|
use TYPO3\CMS\Adminpanel\ModuleApi\ResourceProviderInterface;
|
||||||
use TYPO3\CMS\Backend\Routing\UriBuilder;
|
use TYPO3\CMS\Backend\Routing\UriBuilder;
|
||||||
use TYPO3\CMS\Backend\Utility\BackendUtility;
|
use TYPO3\CMS\Backend\Utility\BackendUtility;
|
||||||
|
@ -132,6 +133,7 @@ class EditModule extends AbstractModule implements PageSettingsProviderInterface
|
||||||
*/
|
*/
|
||||||
public function enrich(ServerRequestInterface $request): ServerRequestInterface
|
public function enrich(ServerRequestInterface $request): ServerRequestInterface
|
||||||
{
|
{
|
||||||
|
return $request;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue