update visibility of entities properties

This commit is contained in:
Simon Vieille 2022-02-25 14:36:44 +01:00
parent f29289a36d
commit 4db7936a2c
1 changed files with 2 additions and 2 deletions

View File

@ -65,12 +65,12 @@ class Redirect implements EntityInterface
/**
* @ORM\Column(type="boolean")
*/
private $isEnabled;
protected $isEnabled;
/**
* @ORM\Column(type="boolean")
*/
private $reuseQueryString;
protected $reuseQueryString;
public function getId(): ?int
{