Load deleted payment contact
This commit is contained in:
parent
ecbe609961
commit
1ae2fdf5bb
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class Payment extends EntityModel
|
|||
*/
|
||||
public function contact()
|
||||
{
|
||||
return $this->belongsTo('App\Models\Contact');
|
||||
return $this->belongsTo('App\Models\Contact')->withTrashed();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue