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
3 changed files with 1 additions and 9 deletions

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;