Skip to content

Commit

Permalink
Fix url_inline attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
gabsource authored Jun 24, 2020
1 parent 9078c45 commit d3f4aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Attachment.php
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ public function getUrlAttribute()
public function getUrlInlineAttribute()
{
if ($this->isLocalStorage()) {
return $this->proxy_url_line;
return $this->proxy_url_inline;
} else {
return Storage::disk($this->disk)->url($this->filepath);
}
Expand Down

0 comments on commit d3f4aa0

Please sign in to comment.