Skip to content

Commit 30fb279

Browse files
committed
[Notifier] Set missing defaults
1 parent 63a63d7 commit 30fb279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Notification/Notification.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ class Notification
3838
public const IMPORTANCE_MEDIUM = 'medium';
3939
public const IMPORTANCE_LOW = 'low';
4040

41-
private $channels;
42-
private $subject;
41+
private $channels = [];
42+
private $subject = '';
4343
private $content = '';
4444
private $emoji = '';
4545
private $exception;

0 commit comments

Comments
 (0)