Skip to content

Commit 8a23c48

Browse files
author
Koding Kittens
committed
small typo fix
Assert annotation on $content property was written in lowercase.
1 parent c33ea28 commit 8a23c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppBundle/Entity/Comment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Comment
4343

4444
/**
4545
* @ORM\Column(type="text")
46-
* @assert\NotBlank(message="Please don't leave your comment blank!")
46+
* @Assert\NotBlank(message="Please don't leave your comment blank!")
4747
* @Assert\Length(
4848
* min = "5",
4949
* minMessage = "Comment is too short ({{ limit }} characters minimum)",

0 commit comments

Comments
 (0)