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(); }