Update LocalArticleManager.php
This commit is contained in:
@@ -17,7 +17,7 @@ class LocalArticleManager implements ArticleManagerDAO {
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$this->file = __DIR__ . '../../data/articles.json';;
|
||||
$this->file = 'data/articles.json';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user