Skip to content

Commit eaf85dc

Browse files
authored
Add missing , for style check
1 parent 0f3b863 commit eaf85dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Picqer/Financials/Moneybird/Entities/Receipt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class Receipt extends Model
4747
'payments',
4848
'notes',
4949
'attachments',
50-
'version'
50+
'version',
5151
];
5252

5353
/**

0 commit comments

Comments
 (0)