mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 05:54:35 -04:00
Fixes for invoice invitations (#3304)
This commit is contained in:
parent
af72d27a49
commit
069d2b99c6
@ -24,7 +24,7 @@ class InvoiceInvitation extends BaseModel {
|
|||||||
use Inviteable;
|
use Inviteable;
|
||||||
|
|
||||||
protected $fillable = [
|
protected $fillable = [
|
||||||
//'id',
|
'key',
|
||||||
//'client_contact_id',
|
//'client_contact_id',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user