Skip to content

Commit

Permalink
Add version to fillable where missing
Browse files Browse the repository at this point in the history
  • Loading branch information
RickBakkr committed Jun 2, 2024
1 parent e7d0104 commit 5e54144
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 5e54144

Please sign in to comment.