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();