Update LocalArticleManager.php

This commit is contained in:
2026-05-29 11:03:38 +02:00
parent 332507d433
commit 5522f4fc04
+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';
} }
/** /**