mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-24 14:56:11 +01:00
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:
parent
34ac9cbbe3
commit
172c0eab37
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue