migration
This commit is contained in:
@@ -45,7 +45,7 @@ class Participant implements UserInterface, PasswordAuthenticatedUserInterface
|
||||
private ?string $password = null;
|
||||
|
||||
#[ORM\ManyToOne(targetEntity: Site::class, inversedBy: 'participants')]
|
||||
#[ORM\JoinColumn(name: 'site_id', referencedColumnName: 'idSite', nullable: true)]
|
||||
#[ORM\JoinColumn(name: 'id_site', referencedColumnName: 'id_site', nullable: true)]
|
||||
private ?Site $site = null;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user