Skip to content

Commit

Permalink
Feature/HasServiceBus trait has been added to IsAggregate trait. #5
Browse files Browse the repository at this point in the history
  • Loading branch information
othercodes authored Dec 11, 2020
1 parent 377ffef commit 3e97fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Domain/Traits/IsAggregate.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
*/
trait IsAggregate
{
use IsEntity, HasDomainEvents;
use IsEntity, HasDomainEvents, HasServiceBus;
}

0 comments on commit 3e97fe4

Please sign in to comment.