From 80c6c7518aaae95b8acb89e9f729a9e334d10acd Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Wed, 19 Jun 2024 18:27:34 +0200 Subject: [PATCH] aa --- app/Console/Commands/TestPao.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Commands/TestPao.php b/app/Console/Commands/TestPao.php index 26cbd0d9..43f2b767 100644 --- a/app/Console/Commands/TestPao.php +++ b/app/Console/Commands/TestPao.php @@ -87,6 +87,7 @@ class TestPao extends Command }) //->where('DescrizioneTipologia','Video Streaming') ->orderBy('Titolo') + ->take(2) ->get();