Breaking: #61823 - Remove magic setter for $fromTC
See forge#61823
Description
The magic setter for $from
in TYPO3CMSCoreDatabaseRelationHandler is removed.
Impact
Directly setting the protected property $from
will trigger a PHP warning.
Affected installations
Any installation using an extension that sets $from
property directly.
Migration
Use \TYPO3\
instead.