mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 17:12:15 +00:00
admin dashboard refactoring
This commit is contained in:
@@ -12,7 +12,8 @@ class GetNewbiesController extends Controller
|
||||
$users = User::sortable([
|
||||
'created_at' => 'desc',
|
||||
])
|
||||
->paginate(10);
|
||||
->take(5)
|
||||
->get();
|
||||
|
||||
return new UsersCollection($users);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user