mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 03:34:34 -04:00
minor fixes
This commit is contained in:
parent
775ee542b5
commit
2eee0d9c1f
@ -18,6 +18,15 @@ class BankIntegration extends BaseModel
|
|||||||
use SoftDeletes;
|
use SoftDeletes;
|
||||||
|
|
||||||
protected $fillable = [
|
protected $fillable = [
|
||||||
|
'bank_account_name',
|
||||||
|
'provider_name',
|
||||||
|
'bank_account_number',
|
||||||
|
'bank_account_status',
|
||||||
|
'bank_account_type',
|
||||||
|
'balance',
|
||||||
|
'currency',
|
||||||
|
'nickname',
|
||||||
|
'from_date',
|
||||||
];
|
];
|
||||||
|
|
||||||
protected $dates = [
|
protected $dates = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user