Actions
Task #100556
closedCorrect method call in CountryProvider example
Start date:
2023-04-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
In
$france = $countryProvider->getByName('France');
should be
$france = $countryProvider->getByEnglishName('France');
Actions