Skip to content

Commit

Permalink
Merge pull request #2 from mykola-breslavskiy/feature/event-version
Browse files Browse the repository at this point in the history
add missing use statement
  • Loading branch information
Barry O Sullivan committed Jan 13, 2017
2 parents c5e3340 + db9d4cd commit bba83d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Contracts/Event/DomainEvent.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php namespace BoundedContext\Contracts\Event;

use EventSourced\ValueObject\Contracts\ValueObject;
/**
* A domain event, that contains information relevant to the domain
*/
Expand Down

0 comments on commit bba83d3

Please sign in to comment.