diff --git a/app/Models/Vendor.php b/app/Models/Vendor.php index 461c7e7400b5..ba9fbb96c0fc 100644 --- a/app/Models/Vendor.php +++ b/app/Models/Vendor.php @@ -64,7 +64,7 @@ class Vendor extends BaseModel protected $touches = []; protected $with = [ - 'company', + 'contacts.company', ]; protected $presenter = VendorPresenter::class;