From 64d624a6dfac795aed86b49753c348570b9c3c75 Mon Sep 17 00:00:00 2001 From: rirat-0 Date: Tue, 2 Jun 2026 18:00:01 +0200 Subject: [PATCH] fehlersuche 1 --- 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 4b1d492..9ffd701 100644 --- a/php/model/Article.php +++ b/php/model/Article.php @@ -7,13 +7,13 @@ */ class Article { - public $id; - public $title; - public $content; - public $author; - public $creationDate; - public $category; - public $tags; + private $id; + private $title; + private $content; + private $author; + private $creationDate; + private $category; + private $tags; /** * Konstruktor