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

Ensure all actions return updated data where applicable #237

Closed Riari closed 3 years ago

Riari commented 3 years ago

Most if not all actions currently return data in its state prior to any changes made; they should be changed to return the updated data.