From b5ca7b1d4dc3335edb23029cd42ce1cae2c577b2 Mon Sep 17 00:00:00 2001 From: Yasder5 <102179445+Yasder5@users.noreply.github.com> Date: Mon, 23 Feb 2026 21:09:55 +0100 Subject: [PATCH] okllllmmmm --- entities/project_entity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entities/project_entity.php b/entities/project_entity.php index 8f5ae79..cde9bbe 100644 --- a/entities/project_entity.php +++ b/entities/project_entity.php @@ -17,7 +17,7 @@ class Project extends Entity{ private int $_user; private int $_category = 0; private string $_creatorname; - private string $_user_image; + private ?string $_user_image = null; /**