mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Load deleted payment contact
This commit is contained in:
parent
3f32a14b1a
commit
afda597198
@ -92,7 +92,7 @@ class Payment extends EntityModel
|
|||||||
*/
|
*/
|
||||||
public function contact()
|
public function contact()
|
||||||
{
|
{
|
||||||
return $this->belongsTo('App\Models\Contact');
|
return $this->belongsTo('App\Models\Contact')->withTrashed();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user