chore: remove obsolete property from user entity
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user