From 4db7936a2caca399dcb9645461098cf9690d61e6 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 25 Feb 2022 14:36:44 +0100 Subject: [PATCH] update visibility of entities properties --- core/Entity/Redirect.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/Entity/Redirect.php b/core/Entity/Redirect.php index 97cbf9b..0b1bcb4 100644 --- a/core/Entity/Redirect.php +++ b/core/Entity/Redirect.php @@ -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 {