mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 02:03:40 +00:00
🤖 Auto commit for release 'develop' on 2025-05-04
This commit is contained in:
@@ -166,7 +166,7 @@ class ShowController extends Controller
|
||||
/** @var AttachmentTransformer $transformer */
|
||||
$transformer = app(AttachmentTransformer::class);
|
||||
$attachments = $collection->each(
|
||||
static fn(Attachment $attachment) => $transformer->transform($attachment)
|
||||
static fn (Attachment $attachment) => $transformer->transform($attachment)
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user