Skip to content
Snippets Groups Projects
Commit 36e590e2 authored by Pegane Nestor's avatar Pegane Nestor
Browse files

FEAT #7475 changed success message

parent 17217957
No related branches found
No related tags found
No related merge requests found
...@@ -191,7 +191,7 @@ class ResController ...@@ -191,7 +191,7 @@ class ResController
ResModel::update(['set' => ['external_id' => $mail['external_id'] , 'external_link' => $mail['external_link'], 'status' => $data['status']], 'where' => ['res_id = ?'], 'data' => [$document['res_id']]]); ResModel::update(['set' => ['external_id' => $mail['external_id'] , 'external_link' => $mail['external_link'], 'status' => $data['status']], 'where' => ['res_id = ?'], 'data' => [$document['res_id']]]);
} }
return $response->withJson(['errors' => '']); return $response->withJson(['success' => 'success']);
} }
public function isLock(Request $request, Response $response, array $aArgs) public function isLock(Request $request, Response $response, array $aArgs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment