diff --git a/public/admin/dashboard.php b/public/admin/dashboard.php index df17009..120747c 100644 --- a/public/admin/dashboard.php +++ b/public/admin/dashboard.php @@ -70,7 +70,7 @@ $mod_messages = ModMessage::with('user') $most_recent_users = User::select('id', 'username', 'created_at', 'ip') ->orderBy('id', 'desc') - ->limit(7) + ->limit(10) ->get(); function getRecentadmin($count = 5) {