Skip to content

Commit

Permalink
[BUGFIX] Use correct namespace for FluidViewAdapter
Browse files Browse the repository at this point in the history
Closes #1290
  • Loading branch information
derhansen committed Oct 16, 2024
1 parent fcc4d18 commit 940efe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Service/FluidRenderingService.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
namespace DERHANSEN\SfEventMgt\Service;

use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3\CMS\Core\View\FluidViewAdapter;
use TYPO3\CMS\Core\View\ViewFactoryData;
use TYPO3\CMS\Core\View\ViewFactoryInterface;
use TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface;
use TYPO3\CMS\Extbase\Mvc\RequestInterface;
use TYPO3\CMS\Fluid\View\FluidViewAdapter;

class FluidRenderingService
{
Expand Down

0 comments on commit 940efe6

Please sign in to comment.