This commit is contained in:
Martin Folkerts 2024-07-09 16:30:54 +02:00
parent 1dcaa543bc
commit b424d865c4

View file

@ -80,7 +80,7 @@ public function attachments(): array
}
return Attachment::fromStorage(
path: $attachment_path
(string) $attachment_path
)
->as($attachment->path)
->withMime($mime);