We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8689758 commit 8d7111dCopy full SHA for 8d7111d
app/Listeners/NotifyUsersMentionedInThread.php
@@ -11,7 +11,6 @@ final class NotifyUsersMentionedInThread
11
{
12
public function handle(ThreadWasCreated $event): void
13
14
- dd('test');
15
$event->thread->mentionedUsers()->each(function ($user) use ($event) {
16
if (! $user->isNotificationAllowed(MentionNotification::class)) {
17
return;
0 commit comments