Fix a wtf in CommandResolverTrait
This commit is contained in:
parent
9ab9561270
commit
bf8e95561e
@ -8,9 +8,8 @@ use Evenement\EventEmitterTrait;
|
||||
* A collection of commands that can be executed via CommandBusInterface
|
||||
*
|
||||
*/
|
||||
trait CommandResolverTrait implements EventEmitterInterface
|
||||
trait CommandResolverTrait
|
||||
{
|
||||
use EventEmitterTrait;
|
||||
|
||||
const EVENT_REGISTERED = 'registered';
|
||||
const EVENT_UNREGISTERED = 'unregistered';
|
||||
|
Loading…
x
Reference in New Issue
Block a user