mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
todo added
This commit is contained in:
@@ -21,6 +21,7 @@ class GetDashboardDataController extends Controller
|
||||
->where('type', 'charge')
|
||||
->sum('amount');
|
||||
|
||||
// TODO: PHP_BINDIR constant if PHP_BINARY is not available
|
||||
return response()->json([
|
||||
'users' => [
|
||||
'total' => User::count(),
|
||||
|
||||
Reference in New Issue
Block a user