Skip to content

Commit 8634924

Browse files
Fix
1 parent 5570799 commit 8634924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Account/Application/Register/RegisterHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ final class RegisterHandler extends Handler
1616
public function handle(RegisterCommand $command): bool
1717
{
1818
try {
19-
RegisterQueue::dispatch($command);
19+
RegisterJob::dispatch($command);
2020

2121
return true;
2222
}

0 commit comments

Comments
 (0)