Skip to content

Commit

Permalink
[BUGFIX] use correct FlexFormService in FlexFormProcessor
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelmatseriks authored and dmh committed Dec 4, 2018
1 parent 217d628 commit 68554f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/DataProcessing/FlexFormProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* The TYPO3 project - inspiring people to share!
*/

use TYPO3\CMS\Core\Service\FlexFormService;
use TYPO3\CMS\Extbase\Service\FlexFormService;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer;
use TYPO3\CMS\Frontend\ContentObject\DataProcessorInterface;
Expand Down

0 comments on commit 68554f3

Please sign in to comment.