You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then you can register your command handlers. Each handler should implement the CommandHandler interface.
// All command handler should implement the `CommandHandler` interface$builder->addHandler(
FirstCommandHandler::class,
SecondCommandHandler::class
);
$builder->addHandler(
ThridCommandHandler::class
)
Update readme on how to configure it, and how to use It with DI tools
With PHP/DI
The text was updated successfully, but these errors were encountered: