modif recherche requete préparée et ajout confirmation suppression projet

This commit is contained in:
laura.chevillet 2026-02-24 13:02:23 +01:00
parent e627063ad8
commit c62302dc37
5 changed files with 72 additions and 53 deletions

View file

@ -17,7 +17,7 @@ class Project extends Entity{
private int $_user;
private int $_category;
private string $_creatorname;
private string $_user_image;
private ?string $_user_image;
/**