Skip to content

Commit

Permalink
Fix event listener in services
Browse files Browse the repository at this point in the history
  • Loading branch information
zkabic committed Nov 8, 2023
1 parent a198809 commit 197ac25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SWP/Bundle/CoreBundle/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ services:
- { name: kernel.event_listener, event: swp.article.pre_create, method: setPublishDate }
- { name: kernel.event_listener, event: swp.article.pre_update, method: setPublishDate }

SWP\Bundle\CoreBundle\EventListener\StopArticleUpdateAtChangeListener:
SWP\Bundle\CoreBundle\EventListener\DontChangeArticleUpdateAtListener:
arguments:
- '@swp_settings.manager.settings'
- '@swp_multi_tenancy.tenant_context'
Expand Down

0 comments on commit 197ac25

Please sign in to comment.