Skip to content

Commit 9b8a3f8

Browse files
authored
Merge pull request #166 from jophofste/master
Added account_id for LedgerAccount
2 parents a16c0bb + 214818e commit 9b8a3f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class LedgerAccount extends Model {
2121
'id',
2222
'name',
2323
'account_type',
24+
'account_id',
2425
'parent_id',
2526
'created_at',
2627
'updated_at',

0 commit comments

Comments
 (0)