Explorar el Código

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

moell hace 8 años
padre
commit
78fdd51d6f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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')
         ]);
     }
-}
+}