mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-11 23:28:54 +00:00
chore: reformat code.
This commit is contained in:
@@ -46,7 +46,7 @@ class AttachmentTransformer extends AbstractTransformer
|
||||
/**
|
||||
* Transform attachment.
|
||||
*
|
||||
* @param Attachment $attachment
|
||||
* @param Attachment $attachment
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
@@ -71,7 +71,7 @@ class AttachmentTransformer extends AbstractTransformer
|
||||
'links' => [
|
||||
[
|
||||
'rel' => 'self',
|
||||
'uri' => '/attachment/'.$attachment->id,
|
||||
'uri' => '/attachment/' . $attachment->id,
|
||||
],
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user