Skip to content

Commit

Permalink
Merge branch 'release-v6' of https://github.com/inex/IXP-Manager into…
Browse files Browse the repository at this point in the history
… release-v6
  • Loading branch information
barryo committed Jan 24, 2022
2 parents 4a590c6 + db2f22a commit 14e9fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/StatisticsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ public function utilisation( StatisticsRequest $r ): View

$days = TrafficDailyPhysInt::select( [ 'day' ] )
->distinct( 'day' )
->orderBy( 'day')->get()->pluck( 'day' )->toArray();
->orderBy( 'day', 'desc')->get()->pluck( 'day' )->toArray();

if( count( $days ) ) {
$day = $r->day;
Expand Down

0 comments on commit 14e9fa4

Please sign in to comment.