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 5570799 commit 8634924Copy full SHA for 8634924
src/app/Account/Application/Register/RegisterHandler.php
@@ -16,7 +16,7 @@ final class RegisterHandler extends Handler
16
public function handle(RegisterCommand $command): bool
17
{
18
try {
19
- RegisterQueue::dispatch($command);
+ RegisterJob::dispatch($command);
20
21
return true;
22
}
0 commit comments