Closed andrewgr closed 7 years ago
This PR allows to do this:
emit_license_granted_event(aggregate_id, body)
instead if this:
emit_event( type: Events::LICENSE_GRANTED, aggregate_id: aggregate_id, body: body )
Cheers @vonconrad. I'll wait for more approvals before merging it.
This PR allows to do this:
instead if this: