This commit is contained in:
paoloar77
2024-12-07 23:31:23 +01:00
parent 6c6917ece0
commit 1f69c63248

View File

@@ -53,6 +53,7 @@ class ArticleController extends Controller
// 'A.Titolo' // 'A.Titolo'
) )
->orderBy('O.DataOra', 'desc') ->orderBy('O.DataOra', 'desc')
->take(100)
->get(); ->get();
} catch (\Exception $e) { } catch (\Exception $e) {