Load deleted payment contact

This commit is contained in:
Hillel Coren 2018-04-29 12:37:36 +03:00
parent 3f32a14b1a
commit afda597198

View File

@ -92,7 +92,7 @@ class Payment extends EntityModel
*/
public function contact()
{
return $this->belongsTo('App\Models\Contact');
return $this->belongsTo('App\Models\Contact')->withTrashed();
}
/**