From b1dda88c9dcc0b09f6280f2125bf97f257340568 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 15 Sep 2020 23:05:05 -0700 Subject: [PATCH] Removed SlackTest notification --- app/Notifications/SlackTest.php | 51 --------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 app/Notifications/SlackTest.php diff --git a/app/Notifications/SlackTest.php b/app/Notifications/SlackTest.php deleted file mode 100644 index 99d37761b8..0000000000 --- a/app/Notifications/SlackTest.php +++ /dev/null @@ -1,51 +0,0 @@ -from($settings->slack_botname, ':heart:') - ->to($settings->slack_channel) - ->image('https://snipeitapp.com/favicon.ico') - ->content('Oh hai! Looks like your Slack integration with Snipe-IT is working!'); - } - -}