|
if($this->media_path && $this->mime && in_array($this->mime, ['image/jpeg', 'image/png'])) {
|
|
if($this->media_path && $this->mime && in_array($this->mime, ['image/jpeg', 'image/png'])) {
|
|
return $this->remote_media || Str::startsWith($this->media_path, 'http') ?
|
|
return $this->remote_media || Str::startsWith($this->media_path, 'http') ?
|