diff --git a/rules/TYPO312/v0/RemoveAddLLrefForTCAdescrMethodCallRector.php b/rules/TYPO312/v0/RemoveAddLLrefForTCAdescrMethodCallRector.php index ba65027f9..be054bfc7 100644 --- a/rules/TYPO312/v0/RemoveAddLLrefForTCAdescrMethodCallRector.php +++ b/rules/TYPO312/v0/RemoveAddLLrefForTCAdescrMethodCallRector.php @@ -30,9 +30,10 @@ public function getRuleDefinition(): RuleDefinition CODE_SAMPLE , <<<'CODE_SAMPLE' +use TYPO3\CMS\Core\Utility\ExtensionManagementUtility; CODE_SAMPLE ), - + ]); }