work on confidential / blur module

This commit is contained in:
2022-01-27 16:52:41 +01:00
parent 7c8b08c3a7
commit ad8d40cb1c
6 changed files with 38 additions and 36 deletions

View File

@@ -48,7 +48,7 @@ class Address
* @ORM\Column(type="boolean")
* @Groups({"write"})
*/
private $confidential = false;
private bool $confidential = false;
/**
* @var string|null