diff options
Diffstat (limited to 'app/Core/NotificationInterface.php')
-rw-r--r-- | app/Core/NotificationInterface.php | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/app/Core/NotificationInterface.php b/app/Core/NotificationInterface.php deleted file mode 100644 index b6cd1781..00000000 --- a/app/Core/NotificationInterface.php +++ /dev/null @@ -1,22 +0,0 @@ -<?php - -namespace Kanboard\Core; - -/** - * Notification Interface - * - * @package core - * @author Frederic Guillot - */ -interface NotificationInterface -{ - /** - * Send notification to someone - * - * @access public - * @param array $user - * @param string $event_name - * @param array $event_data - */ - public function send(array $user, $event_name, array $event_data); -} |