Fix typo
This commit is contained in:
parent
937652390b
commit
a49ee21b9b
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ class SubscriptionListener
|
|||
public function updatedTask(TaskWasUpdated $event)
|
||||
{
|
||||
$transformer = new TaskTransformer($event->task->account);
|
||||
$this->checkSubscriptions(EVENT_UPDATE_TAK, $event->task, $transformer);
|
||||
$this->checkSubscriptions(EVENT_UPDATE_TASK, $event->task, $transformer);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue