mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -12,7 +12,9 @@ class NoticeController extends Controller | ||||
|     public function fetch(Request $request) | ||||
|     { | ||||
|         return response([ | ||||
|             'data' => Notice::orderBy('created_at', 'DESC')->get() | ||||
|             'data' => Notice::orderBy('created_at', 'DESC') | ||||
|                 ->limit(5) | ||||
|                 ->get() | ||||
|         ]); | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user