Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(): change aggregate root geteventhandler method access modifier
Changes AggregateRoot's getEventHandler method access modifier from private to protected. It will allow overwriting getEventHandler method in subclasses.
- Loading branch information