change the property visibility

This commit is contained in:
Yasmany Cubela Medina 2020-05-26 11:49:07 -05:00
parent 27c26cde57
commit e2754e9a04
No known key found for this signature in database
GPG Key ID: DDD227D843C6C31A

View File

@ -11,5 +11,5 @@ class AssertChoiceWithMessage
/**
* @Assert\Choice(choices={"0", "3023", "3610"})
*/
private $ratingType;
public $ratingType;
}