We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5de31 commit 9146249Copy full SHA for 9146249
modelling/asynchronous-handling/message-priority.md
@@ -86,7 +86,7 @@ public function sendWelcomeNotificationlWhen(UserWasRegistered $event): void
86
87
#[Priority(5)]
88
#[Asynchronous("notifications")]
89
-#[CommandHandler(endpointId: "welcomeEmail")]
+#[CommandHandler(endpointId: "authenticationToken")]
90
public function sendAuthenticationToken(RequestToken $command): void
91
{
92
// send authentication token quicker
0 commit comments