From 2e6d4b725154a20ce9b77bc3e6159c43ac5855c9 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Sat, 7 Dec 2024 20:36:01 +0100 Subject: [PATCH] aa --- app/Http/Controllers/ArticleController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/ArticleController.php b/app/Http/Controllers/ArticleController.php index 448add1a..137af33f 100755 --- a/app/Http/Controllers/ArticleController.php +++ b/app/Http/Controllers/ArticleController.php @@ -69,7 +69,7 @@ class ArticleController extends Controller ) ->where('DescrizioneStatoProdotto', 'In commercio') ->where('DescrizioneTipologia', 'Libri') - ->orderBy('totaleVenduti', 'desc') + ->orderBy('rank1Y', 'asc') ->get(); if ($articoliVenduti->isEmpty()) {