Breaking: #101398 - Remove leftover $fetchAllFields in RelationHandler
See forge#101398
Description
The
\TYPO3\ had an unused property
$fetch since TYPO3 v11.5.0. The related method
set has been removed with it.
Impact
Custom extensions calling
\TYPO3\
will result in a PHP Fatal error.
Affected installations
All installations with custom extensions calling
\TYPO3\.
Migration
Remove the affected line of code. This method has had no effect since TYPO3 v11.5.0.