Digvijay Singh
Results
2
comments of
Digvijay Singh
Nothing so far . I made it to work but had to drop the solution as it was not working well on slow internet . Encountered a lot of disconnects...
What about ` $total = $ratings->selectRaw('SUM(rating) as total')->value('total');` instead of `$total = $ratings->selectRaw('SUM(rating) as total')->pluck('total');`