[BUGFIX] Fix PageRepository in Typo3 11.5

This commit is contained in:
Wadii Chaaben 2025-10-13 15:40:37 +01:00
parent 2b549c7b38
commit 8ea39bd09c

View File

@ -21,7 +21,7 @@ use TYPO3\CMS\Fluid\View\StandaloneView;
use TYPO3\CMS\Fluid\View\TemplatePaths; use TYPO3\CMS\Fluid\View\TemplatePaths;
use TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface; use TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface;
use Symfony\Component\Mime\Address; use Symfony\Component\Mime\Address;
use TYPO3\CMS\Frontend\Page\PageRepository; use TYPO3\CMS\Core\Domain\Repository\PageRepository;
/** /**
* *
*/ */