add more fields for azmayeshes

This commit is contained in:
2024-11-06 07:59:26 +00:00
parent f37cfdb845
commit 8a1477660f
3 changed files with 66 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ class AzmayeshSampleController extends Controller
$azmayeshSample->update([
'azmayesh_id' => $azmayesh->id,
'azmayesh_project_name' => $azmayesh->project_name,
'data' => json_encode($request->data),
'data' => $request->data,
]);
return $this->successResponse();