wallabag/src/Wallabag/CoreBundle/Entity
Jeremy Benoist 3be047456d Change ManyToMany between entry & tag
Following https://gist.github.com/Ocramius/3121916

Be sure to remove the related entity when removing an entity.

Let say you have Entry -> EntryTag -> Tag.
If you remove the entry:

 - before that commit, the EntryTag will stay (at least using SQLite).
 - with that commit, the related entity is removed
2016-05-31 10:01:03 +02:00
..
Config.php Convert english translation file 2016-03-20 21:12:22 +01:00
Entry.php Change ManyToMany between entry & tag 2016-05-31 10:01:03 +02:00
Tag.php Change ManyToMany between entry & tag 2016-05-31 10:01:03 +02:00
TaggingRule.php Symfony Upgrade Fixer FTW 2016-01-15 09:35:38 +01:00