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