Replies: 1 comment
-
It does say that it can have a return value:
But I agree that enforcing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Previously the handle signature was
public function handle(CommandInterface $command)
now is
public function handle(CommandInterface $command) : mixed
What is the handle expected to return? There is nothing mentioned here:
https://makoframework.com/docs/9.0/learn-more:command-bus
Beta Was this translation helpful? Give feedback.
All reactions