Skip to content

Commit a0cc732

Browse files
authored
feat: default notification title (#451)
1 parent b719ccc commit a0cc732

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Notification.php

+3-1
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)