@@ -306,7 +306,7 @@ |
||
306 | 306 | ->from('love_likes') |
307 | 307 | ->groupBy('type_id') |
308 | 308 | ->get() |
309 | - ->pluck('type_id')->map(function($type) { |
|
309 | + ->pluck('type_id')->map(function ($type) { |
|
310 | 310 | return ucfirst(strtolower($type)); |
311 | 311 | }); |
312 | 312 | return $types; |