Skip to content

Commit e6521ff

Browse files
authored
Merge pull request #2303 from codeeu/dev
DispatchSync
2 parents c27f9b5 + 9b3d646 commit e6521ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/ParticipationController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function generate(Request $request): RedirectResponse
5252
$participation->save();
5353

5454
//Dispatch Job
55-
GenerateCertificatesOfParticipation::dispatch($participation);
55+
GenerateCertificatesOfParticipation::dispatchSync($participation);
5656

5757
return redirect()->route('certificates');
5858

0 commit comments

Comments
 (0)