We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a63d7 commit 30fb279Copy full SHA for 30fb279
Notification/Notification.php
@@ -38,8 +38,8 @@ class Notification
38
public const IMPORTANCE_MEDIUM = 'medium';
39
public const IMPORTANCE_LOW = 'low';
40
41
- private $channels;
42
- private $subject;
+ private $channels = [];
+ private $subject = '';
43
private $content = '';
44
private $emoji = '';
45
private $exception;
0 commit comments