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