Update (task): fix broken task on gen article
This commit is contained in:
@@ -46,7 +46,7 @@ public static function handle(SerpUrl $serp_url)
|
||||
$post = new Post;
|
||||
$post->title = $suggestion->title;
|
||||
$post->type = $suggestion->article_type;
|
||||
$post->short_title = $ai_titles->short_title;
|
||||
$post->short_title = $suggestion->short_title;
|
||||
$post->main_keyword = $ai_titles->main_keyword;
|
||||
$post->keywords = $suggestion->photo_keywords;
|
||||
$post->slug = str_slug($suggestion->title);
|
||||
|
||||
Reference in New Issue
Block a user