Skip to content

Commit d3f4aa0

Browse files
authored
Fix url_inline attribute
1 parent 9078c45 commit d3f4aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Attachment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ public function getUrlAttribute()
282282
public function getUrlInlineAttribute()
283283
{
284284
if ($this->isLocalStorage()) {
285-
return $this->proxy_url_line;
285+
return $this->proxy_url_inline;
286286
} else {
287287
return Storage::disk($this->disk)->url($this->filepath);
288288
}

0 commit comments

Comments
 (0)