⚰️ Remove unused use statement in PageRendererPreProcess

This commit is contained in:
Marcel Kapfer 2022-08-10 18:45:33 +02:00
parent 25ccc28ecc
commit 01c8997c1d
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ namespace MMK2410\PlausibleAnalytics\Hooks;
use TYPO3\CMS\Core\Page\AssetCollector;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController;
class PageRendererPreProcess
{