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 {