laravel-reviewRateable
laravel-reviewRateable copied to clipboard
When I call MODEL->ratings
I keep getting back random reviews, every time I refresh the view.
But if I 'return return $MODEL->ratings
from the controller, it's always persistent.
Any ideas?
(nothing in the blade view is modifying the object in any way)