mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fix typo
This commit is contained in:
parent
937652390b
commit
a49ee21b9b
@ -213,7 +213,7 @@ class SubscriptionListener
|
|||||||
public function updatedTask(TaskWasUpdated $event)
|
public function updatedTask(TaskWasUpdated $event)
|
||||||
{
|
{
|
||||||
$transformer = new TaskTransformer($event->task->account);
|
$transformer = new TaskTransformer($event->task->account);
|
||||||
$this->checkSubscriptions(EVENT_UPDATE_TAK, $event->task, $transformer);
|
$this->checkSubscriptions(EVENT_UPDATE_TASK, $event->task, $transformer);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user