lcw image
This commit is contained in:
parent
b25e7d9fea
commit
6949ecb89d
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue