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); }