INA-6 | fix property name in PurcahseOrderInvitation model

This commit is contained in:
Nikola Cirkovic 2022-06-05 04:41:43 +02:00
parent e4c055059f
commit b80283914e

View File

@ -17,7 +17,7 @@ class PurchaseOrderInvitation extends BaseModel
protected $fillable = [ protected $fillable = [
'id', 'id',
'client_contact_id', 'vendor_contact_id',
]; ];
protected $with = [ protected $with = [