Skip to content

Commit 7c8db4e

Browse files
committed
[BUGFIX] use correct FlexFormService in FlexFormProcessor
1 parent c112243 commit 7c8db4e

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\Extbase\Service\FlexFormService;
17+
use TYPO3\CMS\Core\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)