diff --git a/app/Models/Payment.php b/app/Models/Payment.php index c6aa790fac0f..04d0b2cca516 100644 --- a/app/Models/Payment.php +++ b/app/Models/Payment.php @@ -79,7 +79,7 @@ class Payment extends EntityModel */ public function account_gateway() { - return $this->belongsTo('App\Models\AccountGateway'); + return $this->belongsTo('App\Models\AccountGateway')->withTrashed(); } /**