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 6d3b393 commit 8689758Copy full SHA for 8689758
app/Listeners/NotifyUsersMentionedInThread.php
@@ -10,7 +10,8 @@
10
final class NotifyUsersMentionedInThread
11
{
12
public function handle(ThreadWasCreated $event): void
13
- {dd('test');
+ {
14
+ dd('test');
15
$event->thread->mentionedUsers()->each(function ($user) use ($event) {
16
if (! $user->isNotificationAllowed(MentionNotification::class)) {
17
return;
0 commit comments