×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Text
Posted by: Pascual Muñoz
Added: Oct 28, 2016 7:19 PM
Views: 2155
  1. BlogBundle\Entity\Tag:
  2.     properties:
  3.             name:
  4.                     -NotBlank: {message: "El nombre no puede estar vacío1"}
  5.                     -Length:
  6.                         min: 2
  7.                         minMessage: "El nombre tiene que tener al menos 2 caracteres"