aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Event/EntryDeletedEvent.php
Commit message (Collapse)AuthorAgeFilesLines
* WIPfederationThomas Citharel2017-06-231-26/+0
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Use custom event instead of Doctrine onesJeremy Benoist2016-11-011-0/+26
This give us ability to use Entry ID to determine where to store images and it’s then more easy to remove them when we remove the entry.