Skip to content

Commit 2c05bdd

Browse files
authored
fix styling
1 parent 6274b0b commit 2c05bdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Models/Message.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ public function participation()
4747
public function getSenderAttribute()
4848
{
4949
$participantModel = $this->participation->messageable;
50-
50+
5151
if (!isset($participantModel)) {
52-
return null;
52+
return null;
5353
}
5454

5555
if (method_exists($participantModel, 'getParticipantDetails')) {

0 commit comments

Comments
 (0)