Change [] for vendors to contacts.company
This commit is contained in:
parent
d069d6f0e1
commit
2f322d630d
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ class Vendor extends BaseModel
|
|||
protected $touches = [];
|
||||
|
||||
protected $with = [
|
||||
'company',
|
||||
'contacts.company',
|
||||
];
|
||||
|
||||
protected $presenter = VendorPresenter::class;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue