Actions
Task #104082
closedUse attribute (public, shared) for service autoconfiguration
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2024-06-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Migrate Services.yaml
TYPO3\CMS\Backend\Clipboard\Clipboard: shared: false public: true
to
#[Autoconfigure(public: true, shared: false)]
Actions