Add event budget element entity, forms and event property

This commit is contained in:
2025-05-06 14:03:25 +02:00
parent 3ad26a0550
commit 176c8027e4
10 changed files with 322 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ use Doctrine\ORM\Mapping as ORM;
* Type of event budget element.
*/
#[ORM\Entity]
#[ORM\Table(name: 'chill_event_budget_element_kind')]
#[ORM\Table(name: 'chill_event_budget_kind')]
class EventBudgetKind
{
#[ORM\Id]