Team-Tea-Time / laravel-forum

A slim, lean forum package designed for quick and easy integration in Laravel projects
https://laravel-forum.teamteatime.net/
MIT License
601 stars 165 forks source link

Sort thread posts by created date #215

Closed CJau closed 4 years ago

CJau commented 4 years ago

For some reason, our database is not sending posts out in the order they were created. Adding an orderBy('created_at') on the Thread->posts relation ensures they always come out in the expected order.

Riari commented 4 years ago

Looks good. Thanks for the PR 👍