Update SiteController

pull/1438/head
Daniel Supernault 6 years ago
parent 7ade78b4ee
commit 4539afabdb
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -46,7 +46,7 @@ class SiteController extends Controller
$page = Page::whereSlug('/site/about')->whereActive(true)->first(); $page = Page::whereSlug('/site/about')->whereActive(true)->first();
$stats = [ $stats = [
'posts' => Status::whereLocal(true)->count(), 'posts' => Status::whereLocal(true)->count(),
'users' => User::count(), 'users' => User::whereNull('status')->count(),
'admin' => User::whereIsAdmin(true)->first() 'admin' => User::whereIsAdmin(true)->first()
]; ];
if($page) { if($page) {

Loading…
Cancel
Save