Added API endpoints for more data structures

This commit is contained in:
Jan Böhmer 2023-09-03 17:15:18 +02:00
parent 9bd1b86f6e
commit e04b635c98
8 changed files with 233 additions and 18 deletions

View file

@ -82,6 +82,9 @@ abstract class AbstractCompany extends AbstractPartsContainingDBElement
#[ORM\Column(type: Types::STRING)]
protected string $website = '';
#[Groups(['company:read', 'company:write'])]
protected string $comment = '';
/**
* @var string
*/