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/Core/Notification/NotificationInterface.php | 32 +++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 app/Core/Notification/NotificationInterface.php (limited to 'app/Core') diff --git a/app/Core/Notification/NotificationInterface.php b/app/Core/Notification/NotificationInterface.php new file mode 100644 index 00000000..d336983a --- /dev/null +++ b/app/Core/Notification/NotificationInterface.php @@ -0,0 +1,32 @@ +