This commit is contained in:
paoloar77
2024-05-18 19:10:50 +02:00
parent 9efa712761
commit 1d0aa56569

View File

@@ -6192,6 +6192,7 @@ Route::get('/qtanegativa', function () {
->where('DescrizioneFormato', 'brossura')
->where('DescrizioneTipologia', 'Libri')
->orderBy('DataPubblicazione', 'desc')
->limit(20)
->get();
$sep = ' | ';