Mark update wizard as public to allow DI

The wizard would not work in TYPO3 v11.5 as no DI would happen.

Relates: #10077
This commit is contained in:
Daniel Siepmann 2023-01-09 13:18:57 +01:00
parent 34ac9cbbe3
commit 172c0eab37

View file

@ -36,3 +36,6 @@ services:
- name: event.listener - name: event.listener
identifier: 'WrmEventsAddSpecialPropertiesToDate' identifier: 'WrmEventsAddSpecialPropertiesToDate'
event: TYPO3\CMS\Extbase\Event\Persistence\AfterObjectThawedEvent event: TYPO3\CMS\Extbase\Event\Persistence\AfterObjectThawedEvent
Wrm\Events\Updates\MigrateOldLocations:
public: true