Skip to content

Commit

Permalink
change order of arguments in DomainEventPublisher
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-gribanov committed Aug 17, 2017
1 parent 0720640 commit d620e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/publisher.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
domain_event.publisher:
class: GpsLab\Bundle\DomainEvent\Event\Listener\DomainEventPublisher
arguments: [ '@domain_event.bus', '@domain_event.puller', ~ ]
arguments: [ '@domain_event.puller', '@domain_event.bus', ~ ]
tags:
- { name: doctrine.event_subscriber, connection: default }

Expand Down

0 comments on commit d620e0a

Please sign in to comment.