add more fields for azmayeshes
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user