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')
|
->where('type', 'charge')
|
||||||
->sum('amount');
|
->sum('amount');
|
||||||
|
|
||||||
|
// TODO: PHP_BINDIR constant if PHP_BINARY is not available
|
||||||
return response()->json([
|
return response()->json([
|
||||||
'users' => [
|
'users' => [
|
||||||
'total' => User::count(),
|
'total' => User::count(),
|
||||||
|
|||||||
Reference in New Issue
Block a user