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/ActivityStream.php | 47 ------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 app/Notification/ActivityStream.php (limited to 'app/Notification/ActivityStream.php') diff --git a/app/Notification/ActivityStream.php b/app/Notification/ActivityStream.php deleted file mode 100644 index 325732ec..00000000 --- a/app/Notification/ActivityStream.php +++ /dev/null @@ -1,47 +0,0 @@ -userSession->isLogged()) { - $this->projectActivity->createEvent( - $project['id'], - $event_data['task']['id'], - $this->userSession->getId(), - $event_name, - $event_data - ); - } - } -} -- cgit v1.2.3