Skip to content

Commit 68554f3

Browse files
pixelmatseriksdmh
authored andcommitted
[BUGFIX] use correct FlexFormService in FlexFormProcessor
1 parent 217d628 commit 68554f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/DataProcessing/FlexFormProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* The TYPO3 project - inspiring people to share!
1515
*/
1616

17-
use TYPO3\CMS\Core\Service\FlexFormService;
17+
use TYPO3\CMS\Extbase\Service\FlexFormService;
1818
use TYPO3\CMS\Core\Utility\GeneralUtility;
1919
use TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer;
2020
use TYPO3\CMS\Frontend\ContentObject\DataProcessorInterface;

0 commit comments

Comments
 (0)