From f91b584909d35c2f1772b467aa499a799a639008 Mon Sep 17 00:00:00 2001 From: mikael-zakaria Date: Fri, 1 Aug 2025 22:34:33 +0700 Subject: [PATCH] Update Controller Patient pada ID --- app/Controllers/Patient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/Patient.php b/app/Controllers/Patient.php index 4aeb5d6..9db05ea 100644 --- a/app/Controllers/Patient.php +++ b/app/Controllers/Patient.php @@ -79,7 +79,7 @@ class Patient extends Controller { if (empty($patient)) { return $this->respond([ 'status' => 'success', - 'message' => 'Patient with ID ' . $id . ' not found.', + 'message' => 'Patient with ID ' . $InternalPID . ' not found.', 'data' => [], ], 200); }