okay
This commit is contained in:
parent
1dcaa543bc
commit
b424d865c4
|
|
@ -80,7 +80,7 @@ public function attachments(): array
|
||||||
}
|
}
|
||||||
|
|
||||||
return Attachment::fromStorage(
|
return Attachment::fromStorage(
|
||||||
path: $attachment_path
|
(string) $attachment_path
|
||||||
)
|
)
|
||||||
->as($attachment->path)
|
->as($attachment->path)
|
||||||
->withMime($mime);
|
->withMime($mime);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue