todo added

This commit is contained in:
Čarodej
2022-07-17 14:14:23 +02:00
parent 46971e0765
commit dba177d7f3

View File

@@ -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(),