correction entity user

This commit is contained in:
Maxiser 2024-12-12 15:51:25 +01:00
parent 4a7805c77b
commit 5da86748e4
2 changed files with 2 additions and 5 deletions

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="@172.20.96.1" uuid="991eedec-a829-4ddd-9f1d-d7002581f4b9">
<data-source source="LOCAL" name="HegreEtConfort@172.20.96.1" uuid="991eedec-a829-4ddd-9f1d-d7002581f4b9">
<driver-ref>postgresql</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
<jdbc-url>jdbc:postgresql://172.20.96.1:5432/</jdbc-url>
<jdbc-url>jdbc:postgresql://172.20.96.1:5432/HegreEtConfort</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>

View File

@ -29,9 +29,6 @@ class User implements UserInterface, PasswordAuthenticatedUserInterface
#[ORM\Column(type: Types::DATE_MUTABLE)]
private ?\DateTimeInterface $BirthDate = null;
#[ORM\Column(length: 255)]
private ?string $Email = null;
#[ORM\Column(length: 255)]
private ?string $Phone = null;
/**