lcw image
This commit is contained in:
parent
c88986ed73
commit
b25e7d9fea
|
|
@ -63,6 +63,8 @@ class ProductImage extends Model implements ProductImageContract
|
|||
{
|
||||
if($this->type == 'cdn'){
|
||||
return env('TRENDYOL_CDN','https://cdn.dsmcdn.com').$this->path;
|
||||
}elseif ($this->type == 'cdn'){
|
||||
return $this->path;
|
||||
}
|
||||
return $this->url();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue