Beitrag erstellen #13
@@ -50,7 +50,7 @@ class LocalArticleManager implements ArticleManagerDAO {
|
||||
$articles = $this->getAllArticles();
|
||||
|
||||
$articles[] = [
|
||||
"id" => 1, //count($articles)+1,
|
||||
"id" => count($articles)+1,
|
||||
"title" => $title,
|
||||
"content" => $content,
|
||||
"author" => $author,
|
||||
|
||||
Reference in New Issue
Block a user