Skip to content

Commit 9146249

Browse files
jlabedogitbook-bot
authored andcommitted
GITBOOK-925: Fix endpoint name in priority example
1 parent df5de31 commit 9146249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modelling/asynchronous-handling/message-priority.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function sendWelcomeNotificationlWhen(UserWasRegistered $event): void
8686

8787
#[Priority(5)]
8888
#[Asynchronous("notifications")]
89-
#[CommandHandler(endpointId: "welcomeEmail")]
89+
#[CommandHandler(endpointId: "authenticationToken")]
9090
public function sendAuthenticationToken(RequestToken $command): void
9191
{
9292
// send authentication token quicker

0 commit comments

Comments
 (0)