mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	fix: stat charts
This commit is contained in:
		| @@ -54,7 +54,7 @@ class StatController extends Controller | |||||||
|     { |     { | ||||||
|         $statistics = StatOrder::where('record_type', 'd') |         $statistics = StatOrder::where('record_type', 'd') | ||||||
|             ->limit(31) |             ->limit(31) | ||||||
|             ->orderBy('record_at', 'ASC') |             ->orderBy('record_at', 'DESC') | ||||||
|             ->get() |             ->get() | ||||||
|             ->toArray(); |             ->toArray(); | ||||||
|         $result = []; |         $result = []; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user