1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-06 17:41:01 +00:00

Added test

This commit is contained in:
Nicolas Lœuillet 2023-06-14 14:50:17 +02:00 committed by Simounet
parent 19322142c3
commit 7eddea6ff7
No known key found for this signature in database
GPG key ID: 77D3B7DC794EB770
2 changed files with 37 additions and 1 deletions

View file

@ -120,7 +120,7 @@ class Config
/**
* @var int
*
* @ORM\Column(name="display_thumbnails", type="integer", nullable=true)
* @ORM\Column(name="display_thumbnails", type="integer", nullable=true, options={"default" = 1})
*
* @Groups({"config_api"})
*/