This commit is contained in:
shimon
2023-02-14 21:07:13 +02:00
parent 1b3da3cc3a
commit 074d7dad32
3 changed files with 3 additions and 2 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
View File
@@ -39,6 +39,7 @@ class AuditsV1 extends Worker
$dbForProject = $this->getProjectDB($project);
$audit = new Audit($dbForProject);
$audit->log(
userInternalId: $user->getInternalId(),
userId: $user->getId(),
// Pass first, most verbose event pattern
event: $event,