|
@@ -79,6 +79,7 @@ class SyncAlbumContent extends Command
|
|
'content' => $content,
|
|
'content' => $content,
|
|
'created_at' => Carbon::now(),
|
|
'created_at' => Carbon::now(),
|
|
'updated_at' => Carbon::now(),
|
|
'updated_at' => Carbon::now(),
|
|
|
|
+ 'seo_title' => $albumContent->model,
|
|
]);
|
|
]);
|
|
$baseProductId = $baseProduct;
|
|
$baseProductId = $baseProduct;
|
|
} else {
|
|
} else {
|
|
@@ -90,6 +91,7 @@ class SyncAlbumContent extends Command
|
|
'sku' => $sku,
|
|
'sku' => $sku,
|
|
'content' => $content,
|
|
'content' => $content,
|
|
'updated_at' => Carbon::now(),
|
|
'updated_at' => Carbon::now(),
|
|
|
|
+ 'seo_title' => $albumContent->model,
|
|
]);
|
|
]);
|
|
$baseProductId = $baseProduct->id;
|
|
$baseProductId = $baseProduct->id;
|
|
}
|
|
}
|