Skip to content

Commit

Permalink
Apply fixes from StyleCI (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
musonza authored Nov 28, 2019
1 parent 6aaf67c commit db3e91b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Services/ConversationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ public function isDirect($isDirectMessage = true)
public function getParticipation($participant = null)
{
$participant = $participant ?? $this->participant;

return $participant->participation()->first();
}
}

0 comments on commit db3e91b

Please sign in to comment.