mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Fix typo
This commit is contained in:
parent
937652390b
commit
a49ee21b9b
@ -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…
Reference in New Issue
Block a user