Beitrag erstellen #13

Merged
niklas.ortmann merged 164 commits from Beitrag-erstellen into dev 2026-05-29 13:22:11 +02:00
Showing only changes of commit 5522f4fc04 - Show all commits
+1 -1
View File
@@ -17,7 +17,7 @@ class LocalArticleManager implements ArticleManagerDAO {
*/ */
public function __construct() public function __construct()
{ {
$this->file = __DIR__ . '../../data/articles.json';; $this->file = 'data/articles.json';
} }
/** /**