Skip to content

Commit

Permalink
fix: replace event_dispatcher with FQCN
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattfarinn committed Apr 17, 2024
1 parent b52fad1 commit 13c74ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions eZ/Publish/Core/settings/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@ services:

eZ\Publish\Core\Repository\EventSubscriber\:
resource: '../Repository/EventSubscriber/*'

Symfony\Component\EventDispatcher\EventDispatcher: ~
Symfony\Component\EventDispatcher\EventDispatcherInterface: '@Symfony\Component\EventDispatcher\EventDispatcher'
event_dispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- "@ezpublish.persistence.legacy.field_value_converter.registry"
- "@ezpublish.spi.persistence.legacy.language.handler"
- '@ezpublish.spi.persistence.legacy.content_type.handler'
- "@event_dispatcher"
- '@Symfony\Contracts\EventDispatcher\EventDispatcherInterface'

Ibexa\Core\Persistence\Legacy\Content\Mapper\ResolveVirtualFieldSubscriber:
arguments:
Expand Down

0 comments on commit 13c74ab

Please sign in to comment.