Skip to content

Commit 6274b0b

Browse files
authored
Update Message.php
1 parent 012a309 commit 6274b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Message.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function getSenderAttribute()
4848
{
4949
$participantModel = $this->participation->messageable;
5050

51-
if (!isset($participantModel)){
51+
if (!isset($participantModel)) {
5252
return null;
5353
}
5454

0 commit comments

Comments
 (0)