Specify table name in deleted user display
This commit is contained in:
parent
601c129bbf
commit
b8269020ae
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ class User extends SnipeModel implements AuthenticatableContract, CanResetPasswo
|
||||||
|
|
||||||
public function scopeDeleted($query)
|
public function scopeDeleted($query)
|
||||||
{
|
{
|
||||||
return $query->whereNotNull('deleted_at');
|
return $query->whereNotNull('users.deleted_at');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue