diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2020-05-18 20:02:54 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2020-05-18 20:02:54 +0000 |
commit | 67430a4a94c041c57cb4043fcd05c85365ee17f5 (patch) | |
tree | f665d1f7a94ed8b64098a5d98537a700ab9dfbeb | |
parent | 249e1eed396e90c702cdbdee14ce2355601fd4ad (diff) | |
download | Post-SMTP-67430a4a94c041c57cb4043fcd05c85365ee17f5.zip |
recheck logs
-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) |