rdv: MR comment

This commit is contained in:
Julien Fastré 2021-07-23 08:13:21 +00:00 committed by nobohan
parent ccd5ac74fd
commit df7e76a2e7

View File

@ -27,7 +27,7 @@ class Invite
/** /**
* @ORM\Column(type="json_array") * @ORM\Column(type="json_array")
*/ */
private $status = []; private array $status = [];
public function getId(): ?int public function getId(): ?int
{ {