mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -50,7 +50,7 @@ class NoticeController extends Controller | ||||
|         if (!$notice) { | ||||
|             abort(500, '公告不存在'); | ||||
|         } | ||||
|         if ($notice->delete()) { | ||||
|         if (!$notice->delete()) { | ||||
|             abort(500, '删除失败'); | ||||
|         } | ||||
|         return response([ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user