1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-05 18:52:44 +01:00

Fixes for invoice invitations (#3304)

This commit is contained in:
David Bomba 2020-02-10 21:17:13 +11:00 committed by GitHub
parent af72d27a49
commit 069d2b99c6

View File

@ -24,7 +24,7 @@ class InvoiceInvitation extends BaseModel {
use Inviteable;
protected $fillable = [
//'id',
'key',
//'client_contact_id',
];