Change [] for vendors to contacts.company

This commit is contained in:
David Bomba 2022-09-09 09:27:29 +10:00
parent d069d6f0e1
commit 2f322d630d

View File

@ -64,7 +64,7 @@ class Vendor extends BaseModel
protected $touches = [];
protected $with = [
'company',
'contacts.company',
];
protected $presenter = VendorPresenter::class;