debugging

This commit is contained in:
2026-05-29 13:19:00 +02:00
parent ca4dfd03e4
commit 23eee02208
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class LocalArticleManager implements ArticleManagerDAO {
*/
public function __construct()
{
$this->file = 'data/articles.json';
$this->file = __DIR__ . '/../../data/articles.json';
}
/**