Skip to content

Instantly share code, notes, and snippets.

@dgafka
Last active May 13, 2022 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgafka/e21c84262002dd1f41d7bf42066e2baa to your computer and use it in GitHub Desktop.
Save dgafka/e21c84262002dd1f41d7bf42066e2baa to your computer and use it in GitHub Desktop.
asynchronous-messaging-05.php
<?php
class PlaceOrdernHandler
{
#[CommandHandler]
public function placeOrder(PlaceOrder $payload) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment