summaryrefslogtreecommitdiff
path: root/app/Job/SubtaskEventJob.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Job/SubtaskEventJob.php')
-rw-r--r--app/Job/SubtaskEventJob.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Job/SubtaskEventJob.php b/app/Job/SubtaskEventJob.php
index 1dc243ef..85c4d73e 100644
--- a/app/Job/SubtaskEventJob.php
+++ b/app/Job/SubtaskEventJob.php
@@ -39,7 +39,7 @@ class SubtaskEventJob extends BaseJob
$event = SubtaskEventBuilder::getInstance($this->container)
->withSubtaskId($subtaskId)
->withValues($values)
- ->build();
+ ->buildEvent();
if ($event !== null) {
$this->dispatcher->dispatch($eventName, $event);