forked from mirror/pixelfed
Update SiteController
This commit is contained in:
parent
7ade78b4ee
commit
4539afabdb
|
@ -46,7 +46,7 @@ class SiteController extends Controller
|
|||
$page = Page::whereSlug('/site/about')->whereActive(true)->first();
|
||||
$stats = [
|
||||
'posts' => Status::whereLocal(true)->count(),
|
||||
'users' => User::count(),
|
||||
'users' => User::whereNull('status')->count(),
|
||||
'admin' => User::whereIsAdmin(true)->first()
|
||||
];
|
||||
if($page) {
|
||||
|
|
Loading…
Reference in New Issue