testing
This commit is contained in:
@@ -38,7 +38,7 @@ class LocalArticleManager implements ArticleManagerDAO {
|
||||
);
|
||||
}
|
||||
|
||||
public function addArticle($title, $content, $author, $category, array $tags)
|
||||
public function addArticle($title, $content, $author, $category, $tags)
|
||||
{
|
||||
$articles = $this->getAllArticles();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user