Rename tagMode to tag_mode.

This commit is contained in:
James Cole
2025-07-10 07:04:20 +02:00
parent 3886c0fbde
commit 4a9aeb4e44
5 changed files with 53 additions and 6 deletions

View File

@@ -78,7 +78,7 @@ class TagFactory
'user_id' => $this->user->id,
'user_group_id' => $this->userGroup->id,
'tag' => trim((string) $data['tag']),
'tagMode' => 'nothing',
'tag_mode' => 'nothing',
'date' => $data['date'],
'description' => $data['description'],
'latitude' => null,