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)) {
|
if (empty($patient)) {
|
||||||
return $this->respond([
|
return $this->respond([
|
||||||
'status' => 'success',
|
'status' => 'success',
|
||||||
'message' => 'Patient with ID ' . $id . ' not found.',
|
'message' => 'Patient with ID ' . $InternalPID . ' not found.',
|
||||||
'data' => [],
|
'data' => [],
|
||||||
], 200);
|
], 200);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user