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 c4f1fef commit e79df01Copy full SHA for e79df01
src/Listeners/SendMessageCreatedNotification.php
@@ -27,7 +27,7 @@ public function handle(MessageCreated $event): void
27
continue;
28
}
29
$actualParticipant = $participant->participatingModel;
30
- if (!$actualParticipant) {
+ if (! $actualParticipant) {
31
32
33
$actualParticipant->notify(new NewMessage($event->message, $participant));
0 commit comments