diff --git a/app/Models/VendorContact.php b/app/Models/VendorContact.php index fc5288e417e9..75fb8a4eb692 100644 --- a/app/Models/VendorContact.php +++ b/app/Models/VendorContact.php @@ -145,7 +145,7 @@ class VendorContact extends Authenticatable implements HasLocalePreference { return $this ->withTrashed() - ->company() + // ->company() ->where('id', $this->decodePrimaryKey($value)) ->firstOrFail(); }