Skip to content

Commit

Permalink
style: be cool to StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
akazorg committed Nov 9, 2018
1 parent f981af6 commit 0fd9cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repositories/ConversationRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function get($receiver, $offset = 0, $limit = 10, $sender = null)
->get();

// Transform output
$msg = $msg->map(function ($msg){
$msg = $msg->map(function ($msg) {
return [
'id' => $msg->id,
'message' => $msg->message,
Expand Down

0 comments on commit 0fd9cc7

Please sign in to comment.