Skip to content

Commit

Permalink
Update ConversationService.php (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
musonza authored Dec 5, 2019
1 parent db3e91b commit e60fcbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/ConversationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function setConversation($conversation)

public function getById($id)
{
return $this->conversation->findOrFail($id);
return $this->conversation->find($id);
}

/**
Expand Down

0 comments on commit e60fcbd

Please sign in to comment.