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