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

[5.x] Use index for sequence number on DeletePost action #377

Closed jeffreyvr closed 3 months ago

jeffreyvr commented 3 months ago

Using the loop index instead of calling getSequenceNumber method on Post model for better performance.

As discussed here https://github.com/Team-Tea-Time/laravel-forum/discussions/376