Début de la fonctionnalité de dépôt de Img dans le projet

This commit is contained in:
GuillaumeH-Cci 2026-02-10 16:17:59 +01:00
parent 4e9b27772b
commit 1df2ed36a5
35 changed files with 2014 additions and 168 deletions

View file

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