Skip to content

Instantly share code, notes, and snippets.

@dgafka
Created July 28, 2021 16:28
Show Gist options
  • Save dgafka/db841fb1735502b5f34d8e4aa7023dd8 to your computer and use it in GitHub Desktop.
Save dgafka/db841fb1735502b5f34d8e4aa7023dd8 to your computer and use it in GitHub Desktop.
class UserService
{
#[CommandHandler]
public function changeEmail(ChangeEmailAddressCommand $command) : void
{
// retrieve user and change the email
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment