1
0
Daniel Supernault 6 жил өмнө
parent
commit
b14ad224ad
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      app/Media.php

+ 1 - 0
app/Media.php

@@ -30,6 +30,7 @@ class Media extends Model
     public function url()
     {
         if(!empty($this->remote_media) && $this->remote_url) {
+            //$url = \App\Services\MediaProxyService::get($this->remote_url, $this->mime);
             $url = $this->remote_url;
         } else {
             $path = $this->media_path;