Don't include archived users in count
This commit is contained in:
parent
ce44504942
commit
fb1a42c838
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ use Session;
|
|||
class User extends Authenticatable
|
||||
{
|
||||
use PresentableTrait;
|
||||
use SoftDeletes;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue