Skip to content

Commit 8a4d4ba

Browse files
committed
apply StyleCI fixes
1 parent 6b06f57 commit 8a4d4ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/Listeners/SendTelegramNewArticleNotification.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ final class SendTelegramNewArticleNotification
1010
{
1111
public function __construct(
1212
private AnonymousNotifiable $notifiable
13-
) {}
13+
) {
14+
}
1415

1516
public function handle(ArticleWasCreated $event): void
1617
{

0 commit comments

Comments
 (0)