Skip to content

Commit 8397555

Browse files
committed
Dispatch after response for sync option
1 parent bafd570 commit 8397555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Actions/WarmUrls.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function warm(): void
2323
}
2424

2525
if (! empty($jobs)) {
26-
Bus::batch($jobs)->dispatch();
26+
Bus::batch($jobs)->dispatchAfterResponse();
2727
}
2828
}
2929

0 commit comments

Comments
 (0)