Skip to content
Snippets Groups Projects
Verified Commit d83afd8e authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[BUGFIX] Fix some issues in the code discovered with phpstan

parent 24c6c8cf
No related branches found
No related tags found
1 merge request!15[TASK] Prepare for TYPO3 12
......@@ -143,8 +143,6 @@ class PluginController {
protected function getConfigurationManager(): ConfigurationService {
/** @var ConfigurationService $configurationManager */
$configurationManager = GeneralUtility::makeInstance(ConfigurationService::class);
$configurationManager->injectControllerContext($this);
return $configurationManager;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment