This commit is contained in:
Alex
2025-07-23 09:01:48 +03:00
parent 69e1e73c07
commit 62c4b80fae
13 changed files with 632 additions and 3 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ class ModelFactory
return new UpdateList(
$updateObjects,
$data['marker'] ?? null,
$data['marker'] ? (int)$data['marker'] : null,
);
}