Skip to content

Commit

Permalink
correct class name of publisher service
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-gribanov committed Jul 17, 2017
1 parent 6575704 commit 85be5b7
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,6 +1,6 @@
services:
domain_event.publisher:
class: GpsLab\Bundle\DomainEvent\Event\Listener
class: GpsLab\Bundle\DomainEvent\Event\Listener\DomainEventPublisher
arguments: [ '@domain_event.bus', ~ ]
tags:
- { name: doctrine.event_subscriber, connection: default }

0 comments on commit 85be5b7

Please sign in to comment.