Skip to content

Commit 0c03d26

Browse files
#40 - add getter to fetch the process execution
1 parent 1ad75c1 commit 0c03d26

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/Entity/LogRecord.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,9 @@ public function contextIsEmpty(): bool
6565
{
6666
return [] !== $this->context;
6767
}
68+
69+
public function getProcessExecution(): ProcessExecution
70+
{
71+
return $this->processExecution;
72+
}
6873
}

0 commit comments

Comments
 (0)