Important: #88720 - Respect site for persisted mappers¶
See forge#88720
Description¶
\TYPO3\
signature
requires was extended with mandatory argument \TYPO3\
and is now defined like
public function createAspects(array $aspects, SiteLanguage $language, Site $site): array
Copied!
Extensions using \TYPO3\
have to be upgraded to pass all mandatory arguments.