Browse Source

Merge branch 'master' of github.com:moell-peng/moell-blog

moell 8 years ago
parent
commit
78fdd51d6f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Services/ArticleService.php

+ 2 - 2
app/Services/ArticleService.php

@@ -129,7 +129,7 @@ class ArticleService
             'user_id'
         ]), [
             'content' => $request->get('markdown-content'),
-            'html_content' => $request->get('html-conent')
+            'html_content' => $request->get('html-content')
         ]);
     }
-}
+}