diff options
-rw-r--r-- | Postman/Extensions/Core/Notifications/PostmanSlackNotify.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Postman/Extensions/Core/Notifications/PostmanSlackNotify.php b/Postman/Extensions/Core/Notifications/PostmanSlackNotify.php index af27bd3..3e482a8 100644 --- a/Postman/Extensions/Core/Notifications/PostmanSlackNotify.php +++ b/Postman/Extensions/Core/Notifications/PostmanSlackNotify.php @@ -2,6 +2,7 @@ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } + class PostmanSlackNotify implements Postman_Notify { public function send_message($message) |