mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 12:24:35 -04:00
INA-6 | fix property name in PurcahseOrderInvitation model
This commit is contained in:
parent
e4c055059f
commit
b80283914e
@ -17,7 +17,7 @@ class PurchaseOrderInvitation extends BaseModel
|
|||||||
|
|
||||||
protected $fillable = [
|
protected $fillable = [
|
||||||
'id',
|
'id',
|
||||||
'client_contact_id',
|
'vendor_contact_id',
|
||||||
];
|
];
|
||||||
|
|
||||||
protected $with = [
|
protected $with = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user