Add missing commas.

This commit is contained in:
James Cole
2024-11-15 18:59:57 +01:00
parent 87113d7181
commit ec89a2f956

View File

@@ -54,8 +54,8 @@ class Transaction extends Model
'bill_name_encrypted' => 'boolean',
'reconciled' => 'boolean',
'balance_dirty' => 'boolean',
'balance_before' => 'string'
'balance_after' => 'string'
'balance_before' => 'string',
'balance_after' => 'string',
'date' => 'datetime',
];