We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad75c1 commit 0c03d26Copy full SHA for 0c03d26
1 file changed
src/Entity/LogRecord.php
@@ -65,4 +65,9 @@ public function contextIsEmpty(): bool
65
{
66
return [] !== $this->context;
67
}
68
+
69
+ public function getProcessExecution(): ProcessExecution
70
+ {
71
+ return $this->processExecution;
72
+ }
73
0 commit comments