Skip to content
Snippets Groups Projects
Commit 346919cf authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FEAT #12471 TIME 0:05 fix update

parent fbea1517
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ class TagController
'set' => [
'label' => $body['label'],
'description' => $body['description'] ?? null,
'parentId' => $parent,
'parent_id' => $parent,
'usage' => $body['usage'] ?? null
],
'where' => ['id = ?'],
......
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