diff --git a/app/Models/Payment.php b/app/Models/Payment.php index e7332f5e047b..ed873f5ca8be 100644 --- a/app/Models/Payment.php +++ b/app/Models/Payment.php @@ -92,7 +92,7 @@ class Payment extends EntityModel */ public function contact() { - return $this->belongsTo('App\Models\Contact'); + return $this->belongsTo('App\Models\Contact')->withTrashed(); } /**