mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-27 17:28:39 +00:00
fixed review
This commit is contained in:
parent
aaa03cc395
commit
33b1c252a7
3 changed files with 1 additions and 9 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue