Actions
Bug #91260
closed\TYPO3\CMS\Core\Configuration\SiteConfiguration cannot be overridden with XCLASS
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-05-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
With #89892 SiteConfiguration was configured in a ServiceProvider,
which makes it available in the failsafe and Symfony container.
However the object is created using, instead of using self::new
which would respect XCLASS definition
Actions