Skip to content

Commit f1577f5

Browse files
authored
[Bug] Fixed testing Telegram notification channel (#1130)
1 parent 8ff5fa9 commit f1577f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Notifications/Telegram/TestNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class TestNotification extends Notification implements ShouldQueue
1919
*
2020
* @return void
2121
*/
22-
public function __construct($message)
22+
public function __construct()
2323
{
2424
$this->settings = new NotificationSettings();
2525
}

0 commit comments

Comments
 (0)