BDS enabled , staff update error handled
This commit is contained in:
parent
e5ffb6e087
commit
665d8a971d
@ -188,7 +188,7 @@ class StaffController extends ResourceController
|
||||
'email' => $data['email'],
|
||||
'mobile' => $data['mobile'],
|
||||
'role_id' => $data['role_id'] ?? null,
|
||||
'handler_id' => $data['handler_id'] ?? null,
|
||||
'handler_id' => !empty($data['handler_id']) ? json_encode($data['handler_id']) : null,
|
||||
'updated_by' => $data['updated_by'] ?? null,
|
||||
];
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user