Fix a wtf in CommandResolverTrait

This commit is contained in:
Chris 2025-01-02 13:47:09 +01:00
parent 9ab9561270
commit bf8e95561e

View File

@ -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';