Update Storage Url
This commit is contained in:
@@ -47,7 +47,7 @@ class File extends Model
|
||||
|
||||
public function getUrlAttribute()
|
||||
{
|
||||
return url($this->path);
|
||||
return url(Storage::url($this->path));
|
||||
}
|
||||
|
||||
public static function storeFile($type, $id, $file)
|
||||
|
||||
Reference in New Issue
Block a user