From d6c1c1ea33de6386fabe7c9546bfae1c38d3b9e7 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 28 May 2016 17:36:55 -0400 Subject: Improve notification classes and move interface to core --- app/Notification/Web.php | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 app/Notification/Web.php (limited to 'app/Notification/Web.php') diff --git a/app/Notification/Web.php b/app/Notification/Web.php deleted file mode 100644 index 9271c193..00000000 --- a/app/Notification/Web.php +++ /dev/null @@ -1,46 +0,0 @@ -userUnreadNotification->create($user['id'], $event_name, $event_data); - } - - /** - * Send notification to a project - * - * @access public - * @param array $project - * @param string $event_name - * @param array $event_data - */ - public function notifyProject(array $project, $event_name, array $event_data) - { - } -} -- cgit v1.2.3