From bf232bbdd68807e0b9533383b6402eedfd76bda2 Mon Sep 17 00:00:00 2001 From: Alex Justesen Date: Thu, 15 Feb 2024 10:00:46 -0500 Subject: [PATCH] removed unused message variable --- app/Notifications/Telegram/TestNotification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Notifications/Telegram/TestNotification.php b/app/Notifications/Telegram/TestNotification.php index e67ebc232..f59d11157 100644 --- a/app/Notifications/Telegram/TestNotification.php +++ b/app/Notifications/Telegram/TestNotification.php @@ -19,7 +19,7 @@ class TestNotification extends Notification implements ShouldQueue * * @return void */ - public function __construct($message) + public function __construct() { $this->settings = new NotificationSettings(); }