Skip to content

Commit

Permalink
Fix reference in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Miertsch committed Aug 30, 2015
1 parent 4d69772 commit c9b6133
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 @@ -20,7 +20,7 @@ The only dependency of the transaction manager is an instance of `Prooph\EventSt

Then simply add the transaction manger as a plugin to the `command bus`:
```php
/** @var $enrichedRecordedEvents Prooph\ServiceBus\CommandBus */
/** @var $commandBus Prooph\ServiceBus\CommandBus */
$commandBus->utilize($transactionManager);
```

Expand Down

0 comments on commit c9b6133

Please sign in to comment.