refactor: 文章恢复修改

This commit is contained in:
2025-01-18 15:03:44 +08:00
parent 75dad77b78
commit d2fae7d78f

View File

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