mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-17 03:05:19 +00:00
Fix tagging rules ordering
This commit is contained in:
parent
c13eda461f
commit
752b90d1f2
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ class Config
|
|||
|
||||
/**
|
||||
* @ORM\OneToMany(targetEntity="Wallabag\CoreBundle\Entity\TaggingRule", mappedBy="config", cascade={"remove"})
|
||||
* @ORM\OrderBy({"id" = "ASC"})
|
||||
*/
|
||||
private $taggingRules;
|
||||
|
||||
|
|
Loading…
Reference in a new issue