fehlersuche 1

This commit is contained in:
rirat-0
2026-06-02 18:00:01 +02:00
parent 90ab57e4cb
commit 64d624a6df
+7 -7
View File
@@ -7,13 +7,13 @@
*/ */
class Article class Article
{ {
public $id; private $id;
public $title; private $title;
public $content; private $content;
public $author; private $author;
public $creationDate; private $creationDate;
public $category; private $category;
public $tags; private $tags;
/** /**
* Konstruktor * Konstruktor