Deprecation: #85556 - PageRepository->versioningWorkspaceId
See forge#85556
Description
The public property TYPO3\
has been marked as
deprecated.
Impact
Accessing or setting the property directly will trigger a PHP E_
error.
Affected Installations
TYPO3 installations with custom extensions calling this public property directly.
Migration
Use the Context API and its workspace aspect
General
directly when reading the workspace ID, or instantiate a custom PageRepository with a custom context (see Context API docs) for custom usages.