Skip to content

Commit e445676

Browse files
authored
Merge pull request #297 from RickBakkr/version-attributes
Add version to fillable where missing
2 parents 56a7d6f + 5e54144 commit e445676

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ class FinancialMutation extends Model
7272
'payments',
7373
'ledger_account_bookings',
7474
'account_servicer_transaction_id',
75+
'version',
7576
];
7677

7778
/**

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class GeneralDocument extends Model
3333
'updated_at',
3434
'notes',
3535
'attachments',
36+
'version',
3637
];
3738

3839
/**

0 commit comments

Comments
 (0)