refactor: 文章恢复修改

This commit is contained in:
2025-01-18 15:03:44 +08:00
parent 1537837d21
commit b221633a47

View File

@@ -56,7 +56,6 @@ class ArticleTrash
}
if (!$article->restore()) {
return error('操作失败');
}
return success('操作成功');