forked from mirror/Part-DB.Part-DB-server
Refactored EntityImporter service
This commit is contained in:
parent
38b5e95842
commit
8f033910ce
4 changed files with 107 additions and 71 deletions
|
@ -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 = '';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue