Skip to content

Commit 8689758

Browse files
driesvintsgithub-actions[bot]
authored andcommitted
Fix code styling
1 parent 6d3b393 commit 8689758

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/Listeners/NotifyUsersMentionedInThread.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
final class NotifyUsersMentionedInThread
1111
{
1212
public function handle(ThreadWasCreated $event): void
13-
{dd('test');
13+
{
14+
dd('test');
1415
$event->thread->mentionedUsers()->each(function ($user) use ($event) {
1516
if (! $user->isNotificationAllowed(MentionNotification::class)) {
1617
return;

0 commit comments

Comments
 (0)