chore: remove obsolete property from user entity

This commit is contained in:
Björn Fromme
2025-01-10 17:19:31 +01:00
parent 09ed863f05
commit f39b564850
2 changed files with 31 additions and 3 deletions
-3
View File
@@ -51,9 +51,6 @@ class User implements UserInterface, TimestampableEntityInterface
#[ORM\OneToOne(inversedBy: 'user', cascade: ['all'])]
private ?Contact $contact = null;
#[ORM\Column(length: 32, nullable: true)]
private ?string $hotelCode = null;
#[ORM\Column(type: 'json')]
private array $hotelCodes = [];