Skip to content

Commit e070560

Browse files
committed
apply StyleCI fixes
1 parent 03bb256 commit e070560

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)