Kaynağa Gözat

Revert media model change

Daniel Supernault 2 yıl önce
ebeveyn
işleme
c6fe213f93
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      app/Media.php

+ 2 - 1
app/Media.php

@@ -38,7 +38,8 @@ class Media extends Model
     public function url()
     public function url()
     {
     {
         if($this->cdn_url) {
         if($this->cdn_url) {
-            return Storage::disk(config('filesystems.cloud'))->url($this->media_path);
+            // return Storage::disk(config('filesystems.cloud'))->url($this->media_path);
+            return $this->cdn_url;
         }
         }
 
 
         if($this->remote_media && $this->remote_url) {
         if($this->remote_media && $this->remote_url) {