diff --git a/src/Entity/MotoliteEvent.php b/src/Entity/MotoliteEvent.php index ccdb367b..4c8df366 100644 --- a/src/Entity/MotoliteEvent.php +++ b/src/Entity/MotoliteEvent.php @@ -21,7 +21,7 @@ class MotoliteEvent protected $id; /** - * @ORM\Column(type="string", length=80) + * @ORM\Column(type="string", length=255) * @Assert\NotBlank() */ protected $name;