diff --git a/routes/articles.php b/routes/articles.php index 0b2bdc2..8e2b769 100644 --- a/routes/articles.php +++ b/routes/articles.php @@ -74,8 +74,6 @@ } $article->slug = (new Content())->getSlug($request->data->title); - - break; case "update": if (!empty($request->params["article_categories"])) {