aufraeumen 3

This commit is contained in:
rirat-0
2026-06-03 01:58:02 +02:00
parent 32c2a1a3d8
commit b9475a045f
+7 -7
View File
@@ -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