Continuation de la fonctionnalité

This commit is contained in:
Guillaume HESS 2026-02-11 16:28:45 +01:00
parent 1df2ed36a5
commit a87bc35f89
13 changed files with 1082 additions and 14 deletions

View file

@ -111,7 +111,6 @@
public function getAccountCreation():string{
return $this->_account_creation;
}
public function setAccountCreation(string $account_creation){
$this->_account_creation = $account_creation;
}