Skip to content

Commit

Permalink
Merge pull request #297 from RickBakkr/version-attributes
Browse files Browse the repository at this point in the history
Add version to fillable where missing
  • Loading branch information
stephangroen authored Jun 18, 2024
2 parents 56a7d6f + 5e54144 commit e445676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ class FinancialMutation extends Model
'payments',
'ledger_account_bookings',
'account_servicer_transaction_id',
'version',
];

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class GeneralDocument extends Model
'updated_at',
'notes',
'attachments',
'version',
];

/**
Expand Down

0 comments on commit e445676

Please sign in to comment.