Include trashed user on client record

This commit is contained in:
David Bomba 2021-09-04 13:35:53 +10:00
parent 723e9b22de
commit f996da294d

View File

@ -213,7 +213,7 @@ class Client extends BaseModel implements HasLocalePreference
public function user() public function user()
{ {
return $this->belongsTo(User::class); return $this->belongsTo(User::class)->withTrashed();
} }
public function assigned_user() public function assigned_user()