Skip to content

Commit

Permalink
Apply fixes from StyleCI (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: StyleCI Bot <[email protected]>
  • Loading branch information
hkp22 and StyleCIBot authored Dec 13, 2022
1 parent d9224f4 commit 10a64b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/Reactable.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function reactionSummary()
->selectRaw('type, count(id) as total_count')
->get()
->mapWithKeys(function ($val) {
return [ $val->type => $val->total_count ];
return [$val->type => $val->total_count];
});
}

Expand Down

0 comments on commit 10a64b5

Please sign in to comment.