Skip to content

Commit

Permalink
Merge pull request #22 from broadway/fix-dbal
Browse files Browse the repository at this point in the history
fixed DBAL namespace
  • Loading branch information
asm89 authored Mar 7, 2017
2 parents 3669ced + 513a771 commit c4d8ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/event_store_dbal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">

<services>
<service id="broadway.event_store.dbal" class="Broadway\EventStore\DBALEventStore">
<service id="broadway.event_store.dbal" class="Broadway\EventStore\Dbal\DBALEventStore">
<argument type="service" id="broadway.event_store.dbal.connection" />
<argument type="service" id="broadway.serializer.payload" />
<argument type="service" id="broadway.serializer.metadata" />
Expand Down

0 comments on commit c4d8ec1

Please sign in to comment.