Update Controller Patient pada ID
This commit is contained in:
parent
86dca97f3f
commit
f91b584909
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user