Skip to content

Commit

Permalink
Update Message.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pajkho authored Aug 22, 2021
1 parent 012a309 commit 6274b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function getSenderAttribute()
{
$participantModel = $this->participation->messageable;

if (!isset($participantModel)){
if (!isset($participantModel)) {
return null;
}

Expand Down

0 comments on commit 6274b0b

Please sign in to comment.