1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00
This commit is contained in:
Jeremy Benoist 2024-03-19 09:28:19 +01:00
parent 58243b7fcb
commit 6740020b7b
No known key found for this signature in database
GPG key ID: 7168D5DD29F38552
3 changed files with 7 additions and 7 deletions

View file

@ -37,7 +37,7 @@ class Version20170719231144 extends WallabagMigration
WHERE LOWER(label) = :label
ORDER BY id ASC',
[
'label' => $label,
'label' => $label,
]
);