CodepadME / laravel-tricks

The source code for the Laravel Tricks website
http://laravel-tricks.com
MIT License
966 stars 298 forks source link

Fixed finxMostCommented pagination bug #52

Closed yhbyun closed 10 years ago

yhbyun commented 10 years ago

In most commented tricks page, pagination does not work. It always showes first top n tricks. So I modified the TrickRepository.php to fix this error.