Breaking: #82506 - Remove BackendUserRepository injection in NoteController
See forge#82506
Description
To improve the performance of showing sys_note records the injection of the Backend
has been
removed in \TYPO3\
.
Impact
The method \TYPO3\
has been removed.
Affected Installations
Any installation using third-party extension that use the method
\TYPO3\
.
Migration
Use the method \TYPO3\
, and use the
user id as 2nd argument instead of a Backend
object.