Преглед изворни кода

Ajout de la contrainte de type Url sur l'attribut url de l'entité Element.

bastien пре 13 година
родитељ
комит
8dd47e90e8
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/Muzich/CoreBundle/Entity/Element.php

+ 1 - 0
src/Muzich/CoreBundle/Entity/Element.php Прегледај датотеку

@@ -77,6 +77,7 @@ class Element
77 77
    * @ORM\Column(type="string", length=1024)
78 78
    * @Assert\NotBlank()
79 79
    * @Assert\MaxLength(1024)
80
+   * @Assert\Url()
80 81
    * @var type string
81 82
    */
82 83
   protected $url;