update visibility of entities properties

This commit is contained in:
Simon Vieille 2022-02-25 14:36:44 +01:00
parent f29289a36d
commit 4db7936a2c

View file

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