1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-27 17:28:39 +00:00

fixed review

This commit is contained in:
Nicolas Lœuillet 2022-03-15 11:07:57 +01:00 committed by Jeremy Benoist
parent aaa03cc395
commit 33b1c252a7
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
3 changed files with 1 additions and 9 deletions

View file

@ -24,7 +24,6 @@ class ConfigFixtures extends Fixture implements DependentFixtureInterface
$adminConfig->setPocketConsumerKey('xxxxx');
$adminConfig->setActionMarkAsRead(0);
$adminConfig->setListMode(0);
$adminConfig->setListMode(0);
$manager->persist($adminConfig);

View file

@ -40,8 +40,6 @@ class Config
*
* @Assert\NotBlank()
* @ORM\Column(name="theme", type="string", nullable=false)
*
* @Groups({"config_api"})
*/
private $theme;
@ -106,8 +104,6 @@ class Config
* @var string
*
* @ORM\Column(name="pocket_consumer_key", type="string", nullable=true)
*
* @Groups({"config_api"})
*/
private $pocketConsumerKey;