From 4061927d215c846ff8eb196301bf61532018042b Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 12 Oct 2014 15:32:35 -0400 Subject: Move some Task model methods to the TaskFinder class --- app/Event/SubTaskNotificationListener.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Event/SubTaskNotificationListener.php') diff --git a/app/Event/SubTaskNotificationListener.php b/app/Event/SubTaskNotificationListener.php index 299ae00b..2b35d757 100644 --- a/app/Event/SubTaskNotificationListener.php +++ b/app/Event/SubTaskNotificationListener.php @@ -23,7 +23,7 @@ class SubTaskNotificationListener extends BaseNotificationListener { $values = array(); $values['subtask'] = $this->notification->subtask->getById($data['id'], true); - $values['task'] = $this->notification->task->getDetails($data['task_id']); + $values['task'] = $this->notification->taskFinder->getDetails($data['task_id']); return $values; } -- cgit v1.2.3