Added source menu

This commit is contained in:
Kevin Frantz
2018-09-20 14:26:28 +02:00
parent 9ae2290835
commit 3bf84d3ec8
14 changed files with 201 additions and 55 deletions

View File

@@ -18,6 +18,7 @@ class NameSource extends AbstractSource implements NameSourceInterface
/**
* @ORM\Column(type="string",length=255)
* @Assert\NotBlank()
*
* @var string
*/
protected $name;