From 9eeded33f68872515954a2fc177fcb47a9273ae9 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 15 Aug 2014 17:23:41 -0700 Subject: Add email notifications --- app/Event/TaskNotificationListener.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 app/Event/TaskNotificationListener.php (limited to 'app/Event/TaskNotificationListener.php') diff --git a/app/Event/TaskNotificationListener.php b/app/Event/TaskNotificationListener.php new file mode 100644 index 00000000..ffbe7a8c --- /dev/null +++ b/app/Event/TaskNotificationListener.php @@ -0,0 +1,29 @@ +notification->task->getById($data['task_id'], true); + + return $values; + } +} -- cgit v1.2.3