correction bug manque phpmailer

This commit is contained in:
Yasder5 2026-02-20 18:20:01 +01:00
parent 18301190fc
commit d1e2bd6c31
82 changed files with 11082 additions and 359 deletions

View file

@ -15,7 +15,7 @@ class Project extends Entity{
private string $_creation_date;
private string $_status = "en_attente";
private int $_user;
private int $_category;
private int $_category = 0;
private string $_creatorname;
private string $_user_image;