]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Form/Type/EntrySortType.php
Added tests
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Form / Type / EntrySortType.php
index ac251c5b95fad51d57bb2ba0df26b7846bb55aa5..4ad54118dedc36e55400a7b865f321c561fabd39 100644 (file)
@@ -36,8 +36,8 @@ class EntrySortType extends AbstractType
                     'entry.sort.by.creation_date' => 'createdAt',
                     'entry.sort.by.starred_date' => 'starredAt',
                     'entry.sort.by.archive_date' => 'archivedAt',
-                    'entry.sort.by.title' => 'title',
                     'entry.sort.by.last_updated' => 'updatedAt',
+                    'entry.sort.by.title' => 'title',
                 ],
                 'label' => 'entry.sort.status_label',
             ])