Skip to content

Commit

Permalink
Merge pull request #35 from arrgson/patch-1
Browse files Browse the repository at this point in the history
Fix class in my_dbal_event_store service example
  • Loading branch information
othillo authored Jul 18, 2017
2 parents e33a78c + 4bd0c91 commit 62de4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ You will need to configure an event store in your application's service definiti

```xml
<!-- services.xml -->
<service id="my_dbal_event_store" class="Broadway\EventStore\DBALEventStore">
<service id="my_dbal_event_store" class="Broadway\EventStore\Dbal\DBALEventStore">
<argument type="service" id="doctrine.dbal.default_connection" />
<argument type="service" id="broadway.serializer.payload" />
<argument type="service" id="broadway.serializer.metadata" />
Expand Down

0 comments on commit 62de4d0

Please sign in to comment.