We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4888879 commit 934e09eCopy full SHA for 934e09e
1 file changed
api/src/Entity/Greeting.php
@@ -27,8 +27,8 @@ class Greeting
27
* A nice person
28
*
29
* @ORM\Column
30
- * @Assert\NotBlank
31
*/
+ #[Assert\NotBlank]
32
public string $name = '';
33
34
public function getId(): ?int
0 commit comments