Breaking: #71521 - Property userAuthentication removed from CommandController
See forge#71521
Description
The property $user
was removed from the Extbase Command
class and
has been migrated to the newly introduced get
method.
Impact
All command controllers deriving from Command
with see a fatal error when accessing
properties or methods of the removed $user
property.
Migration
Use the newly introduced get
method.