Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
bf8e95561e |
@ -8,9 +8,8 @@ use Evenement\EventEmitterTrait;
|
|||||||
* A collection of commands that can be executed via CommandBusInterface
|
* A collection of commands that can be executed via CommandBusInterface
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
trait CommandResolverTrait implements EventEmitterInterface
|
trait CommandResolverTrait
|
||||||
{
|
{
|
||||||
use EventEmitterTrait;
|
|
||||||
|
|
||||||
const EVENT_REGISTERED = 'registered';
|
const EVENT_REGISTERED = 'registered';
|
||||||
const EVENT_UNREGISTERED = 'unregistered';
|
const EVENT_UNREGISTERED = 'unregistered';
|
||||||
|
Reference in New Issue
Block a user