Add (serp ai gen)

This commit is contained in:
2023-09-26 01:51:27 +08:00
parent c27ec696d1
commit cb17d833b4

View File

@@ -49,7 +49,7 @@ public function handle(): void
throw Exception('Failed to execute ParseNewsSerpDomainsTask');
}
return GenerateArticleJob::dispatch($serp_url)->onQueue('default')->onConnection('default');
GenerateArticleJob::dispatch($serp_url)->onQueue('default')->onConnection('default');
}
}
}