Refactored EntityImporter service

This commit is contained in:
Jan Böhmer 2023-03-12 19:16:49 +01:00
parent 38b5e95842
commit 8f033910ce
4 changed files with 107 additions and 71 deletions

View file

@ -42,7 +42,7 @@ abstract class AbstractNamedDBElement extends AbstractDBElement implements Named
* @var string the name of this element
* @ORM\Column(type="string")
* @Assert\NotBlank()
* @Groups({"simple", "extended", "full"})
* @Groups({"simple", "extended", "full", "import"})
*/
protected string $name = '';