Skip to content

Commit

Permalink
Merge pull request #449 from tienvx/allow-bug-message-blank
Browse files Browse the repository at this point in the history
Allow bug's message blank
  • Loading branch information
tienvx committed Dec 20, 2019
2 parents 1262fa9 + 80a3d6b commit 2c2f14c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Entity/Bug.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ class Bug
/**
* @ORM\Column(type="text")
* @Assert\Type("string")
* @Assert\NotBlank
*/
private $bugMessage;

Expand Down

0 comments on commit 2c2f14c

Please sign in to comment.