Skip to content

Commit 8d7111d

Browse files
committed
wip
1 parent 8689758 commit 8d7111d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Listeners/NotifyUsersMentionedInThread.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ final class NotifyUsersMentionedInThread
1111
{
1212
public function handle(ThreadWasCreated $event): void
1313
{
14-
dd('test');
1514
$event->thread->mentionedUsers()->each(function ($user) use ($event) {
1615
if (! $user->isNotificationAllowed(MentionNotification::class)) {
1716
return;

0 commit comments

Comments
 (0)