Skip to content

Commit 46f3e19

Browse files
committed
feat: default notification title
1 parent 8267087 commit 46f3e19

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Notification.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ class Notification
1212

1313
protected string $event = '';
1414

15-
final public function __construct(protected Client $client) {}
15+
final public function __construct(protected Client $client) {
16+
$this->title = config('app.name');
17+
}
1618

1719
public static function new()
1820
{

0 commit comments

Comments
 (0)