@@ -23,7 +23,8 @@ class ContactRequest
)]
protected string $email;
- protected ?string $name;
+ protected string $name = '';
+
#[Assert\Length(
min: 10,
minMessage: 'Message must be at least {{ limit }} characters long',