Rename "modified" event type to "object modified"

For clarification.
This commit is contained in:
2025-08-25 16:44:55 +02:00
parent f384a1acbc
commit bc65ddc4d7
7 changed files with 8 additions and 8 deletions

View File

@@ -1424,7 +1424,7 @@ final class CsvxmlAvailableFields {
55 => 'mentioned_time',
56 => 'received_ownership',
57 => 'transferred_ownership',
58 => 'modified',
58 => 'object_modified',
];
foreach ($eventNamesByType as $eventType => $eventIdentifierCsvxml) {