summaryrefslogtreecommitdiff
path: root/app/Job/TaskLinkEventJob.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Job/TaskLinkEventJob.php')
-rw-r--r--app/Job/TaskLinkEventJob.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Job/TaskLinkEventJob.php b/app/Job/TaskLinkEventJob.php
index 669608ad..31f62f07 100644
--- a/app/Job/TaskLinkEventJob.php
+++ b/app/Job/TaskLinkEventJob.php
@@ -36,7 +36,7 @@ class TaskLinkEventJob extends BaseJob
{
$event = TaskLinkEventBuilder::getInstance($this->container)
->withTaskLinkId($taskLinkId)
- ->build();
+ ->buildEvent();
if ($event !== null) {
$this->dispatcher->dispatch($eventName, $event);