favoriteCount
This commit is contained in:
parent
b7541d5cb2
commit
13d58c6576
|
|
@ -595,7 +595,6 @@ class ProductRepository extends WProductRepository
|
||||||
'favoritesCount' => $data['favorite_count']
|
'favoritesCount' => $data['favorite_count']
|
||||||
];
|
];
|
||||||
|
|
||||||
Log::info($data);
|
|
||||||
if (!empty($data['images'])) {
|
if (!empty($data['images'])) {
|
||||||
$this->assignImages($parentProduct, $data['images']);
|
$this->assignImages($parentProduct, $data['images']);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue