lcw image

This commit is contained in:
merdan 2023-02-17 13:54:50 +05:00
parent b25e7d9fea
commit 6949ecb89d
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class ProductImage extends Model implements ProductImageContract
{
if($this->type == 'cdn'){
return env('TRENDYOL_CDN','https://cdn.dsmcdn.com').$this->path;
}elseif ($this->type == 'cdn'){
}elseif ($this->type == 'lcw'){
return $this->path;
}
return $this->url();