mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Show trashed Users
This commit is contained in:
parent
b08cb46615
commit
b2a3faa125
@ -88,7 +88,7 @@ class CompanyUser extends Pivot
|
||||
|
||||
public function users()
|
||||
{
|
||||
return $this->hasMany(User::class);
|
||||
return $this->hasMany(User::class)->withTrashed();
|
||||
}
|
||||
|
||||
/*todo monitor this function - may fail under certain conditions*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user