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…
Reference in New Issue