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