|
@@ -26,7 +26,7 @@ use Doctrine\ORM\Mapping as ORM;
|
|
|
class OrganizationHoliday extends AbstractBooking
|
|
class OrganizationHoliday extends AbstractBooking
|
|
|
{
|
|
{
|
|
|
#[ORM\Column(length: 255, nullable: false)]
|
|
#[ORM\Column(length: 255, nullable: false)]
|
|
|
- private string $discr = 'organizationholiday';
|
|
|
|
|
|
|
+ protected string $discr = 'organizationholiday';
|
|
|
|
|
|
|
|
#[ORM\OneToMany(mappedBy: 'event', targetEntity: OrganizationHolidayRecur::class, cascade: ['persist'], orphanRemoval: true)]
|
|
#[ORM\OneToMany(mappedBy: 'event', targetEntity: OrganizationHolidayRecur::class, cascade: ['persist'], orphanRemoval: true)]
|
|
|
private Collection $eventRecur;
|
|
private Collection $eventRecur;
|