mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Add fillable properties
This commit is contained in:
parent
3aa0df508e
commit
d7931fa6ba
@ -26,6 +26,11 @@ class BankTransaction extends BaseModel
|
||||
const STATUS_CONVERTED = 3;
|
||||
|
||||
protected $fillable = [
|
||||
'currency_code',
|
||||
'category_id',
|
||||
'ninja_category_id',
|
||||
'date',
|
||||
'description',
|
||||
];
|
||||
|
||||
protected $dates = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user