10000 Fix styling · vmiguellima/nativephp-laravel@4ec5c58 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ec5c58

Browse files
simonhampgithub-actions[bot]
authored andcommitted
Fix styling
1 parent a0cc732 commit 4ec5c58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Notification.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ 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+
{
1617
$this->title = config('app.name');
1718
}
1819

0 commit comments

Comments
 (0)
0