浏览代码

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

moell 8 年之前
父节点
当前提交
78fdd51d6f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/Services/ArticleService.php

+ 2 - 2
app/Services/ArticleService.php

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