diff --git a/src/Attachment.php b/src/Attachment.php index c7541bb..47c2a64 100644 --- a/src/Attachment.php +++ b/src/Attachment.php @@ -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); }