Include trashed user on client record
This commit is contained in:
parent
723e9b22de
commit
f996da294d
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ class Client extends BaseModel implements HasLocalePreference
|
|||
|
||||
public function user()
|
||||
{
|
||||
return $this->belongsTo(User::class);
|
||||
return $this->belongsTo(User::class)->withTrashed();
|
||||
}
|
||||
|
||||
public function assigned_user()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue