From 2be4cef66522009fcfbdd4efdb40d2f965f4dc04 Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Mon, 23 Feb 2026 15:57:44 +0530 Subject: [PATCH] FIX_ADD_MISSING_VARIABLE --- app/Controllers/VidalApiController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Controllers/VidalApiController.php b/app/Controllers/VidalApiController.php index fb98d1e5..04be9976 100644 --- a/app/Controllers/VidalApiController.php +++ b/app/Controllers/VidalApiController.php @@ -17,6 +17,7 @@ class VidalApiController extends BaseController protected $db; protected $vidal_primary_key; protected $claim_type_array; + protected $ticketController; public function __construct() {