From 33837dd461f063bd6616ecf4b5513444312446e7 Mon Sep 17 00:00:00 2001 From: "sanjeev.p" Date: Wed, 10 Dec 2025 14:30:04 +0530 Subject: [PATCH] FIX_Undefined constant because in variable "$" missed --- app/Controllers/DashboardController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/DashboardController.php b/app/Controllers/DashboardController.php index 1a1f761..067e71e 100644 --- a/app/Controllers/DashboardController.php +++ b/app/Controllers/DashboardController.php @@ -464,7 +464,7 @@ class DashboardController extends ResourceController 'code' => 200, 'message' => $message, 'ref' => 'NIL', - 'counts' => counts + 'counts' => $counts ])->setStatusCode(200); } catch (\Throwable $e) {