From b9475a045f2feda971f723ecdb54286f85effe04 Mon Sep 17 00:00:00 2001 From: rirat-0 Date: Wed, 3 Jun 2026 01:58:02 +0200 Subject: [PATCH] aufraeumen 3 --- 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