Thanks to visit codestin.com Credit goes to github.com
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 b719ccc commit a0cc732Copy full SHA for a0cc732
src/Notification.php
@@ -12,7 +12,9 @@ class Notification
12
13
protected string $event = '';
14
15
- final public function __construct(protected Client $client) {}
+ final public function __construct(protected Client $client) {
16
+ $this->title = config('app.name');
17
+ }
18
19
public static function new()
20
{
0 commit comments