From 370c047c16afa9636a58bc991f7c38598f531f86 Mon Sep 17 00:00:00 2001 From: rirat-0 Date: Tue, 2 Jun 2026 18:06:45 +0200 Subject: [PATCH] fehlersuche 4 --- php/model/Article.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/php/model/Article.php b/php/model/Article.php index 9ffd701..4b1d492 100644 --- a/php/model/Article.php +++ b/php/model/Article.php @@ -7,13 +7,13 @@ */ class Article { - private $id; - private $title; - private $content; - private $author; - private $creationDate; - private $category; - private $tags; + public $id; + public $title; + public $content; + public $author; + public $creationDate; + public $category; + public $tags; /** * Konstruktor