Actions
Bug #98075
closedDI container cannot find class aliased by Composer class map
Start date:
2022-08-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If a class map (Migrations/Code/ClassAliasMap.php
) is used to alias classes and the aliased class is passed to GU::makeInstance(), it is not found in the container and construction of the object fails.
Actions