mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 12:44:35 -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;
|
const STATUS_CONVERTED = 3;
|
||||||
|
|
||||||
protected $fillable = [
|
protected $fillable = [
|
||||||
|
'currency_code',
|
||||||
|
'category_id',
|
||||||
|
'ninja_category_id',
|
||||||
|
'date',
|
||||||
|
'description',
|
||||||
];
|
];
|
||||||
|
|
||||||
protected $dates = [
|
protected $dates = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user