]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Refactorize the way to retrieve entries
authorJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 20 Aug 2015 18:10:06 +0000 (20:10 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 20 Aug 2015 18:39:22 +0000 (20:39 +0200)
commit0ab7404f93670ed161b67528c1a61c5bfa92d42b
tree591b52d4c035b75ea59ee597101e998ba0f3e802
parent4fcb7eaf139a4d2cbd0f54574e6c51a0fe852ef1
Refactorize the way to retrieve entries

One place to retrieve entries in Entry & Rss controller.
More simple and easy to maintain.
src/Wallabag/CoreBundle/Controller/EntryController.php
src/Wallabag/CoreBundle/Controller/RssController.php
src/Wallabag/CoreBundle/Repository/EntryRepository.php