small oversight
This commit is contained in:
parent
3f2a71c023
commit
e34ee69ba4
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ class MetaController extends Controller
|
||||||
'news' => $news->posts(3),
|
'news' => $news->posts(3),
|
||||||
'stats' => [
|
'stats' => [
|
||||||
'userCount' => DB::table('users')
|
'userCount' => DB::table('users')
|
||||||
->where('password_algo', '!=', 'disabled')
|
|
||||||
->whereNotIn('rank_main', [config('rank.banned'), config('rank.inactive')])
|
->whereNotIn('rank_main', [config('rank.banned'), config('rank.inactive')])
|
||||||
->count(),
|
->count(),
|
||||||
'newestUser' => $newestUser,
|
'newestUser' => $newestUser,
|
||||||
|
|
Reference in a new issue