testing
This commit is contained in:
@@ -9,7 +9,7 @@ require_once 'Article.php';
|
||||
*/
|
||||
class LocalArticleManager implements ArticleManagerDAO {
|
||||
|
||||
private $file = 'data/articles.json';
|
||||
private $file = '../../data/articles.json';
|
||||
private static $instance = null;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user