1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00
This commit is contained in:
Hillel Coren 2017-12-27 07:22:12 +02:00
parent 937652390b
commit a49ee21b9b

View File

@ -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);
}
/**