mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Include trashed user on client record
This commit is contained in:
parent
723e9b22de
commit
f996da294d
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user