This commit is contained in:
2023-10-07 21:18:18 +03:00
parent f2faec67fe
commit 956b8dc4e3
12 changed files with 378 additions and 113 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ readonly class RecordService
}
$record = new Record(
id: $id ?? Id::new(),
id: empty($id) ? Id::new() : $id,
schema: $schema->name,
status: Status::from($status),
_sys: System::newRecord($this->authService->currentUserId()),