Skip to content

Commit e79df01

Browse files
mwargangithub-actions[bot]
authored andcommitted
Fix styling
1 parent c4f1fef commit e79df01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Listeners/SendMessageCreatedNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function handle(MessageCreated $event): void
2727
continue;
2828
}
2929
$actualParticipant = $participant->participatingModel;
30-
if (!$actualParticipant) {
30+
if (! $actualParticipant) {
3131
continue;
3232
}
3333
$actualParticipant->notify(new NewMessage($event->message, $participant));

0 commit comments

Comments
 (0)