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!'); - } - -}