This commit is contained in:
paoloar77
2024-06-19 18:27:34 +02:00
parent ae63616f36
commit 80c6c7518a

View File

@@ -87,6 +87,7 @@ class TestPao extends Command
}) })
//->where('DescrizioneTipologia','Video Streaming') //->where('DescrizioneTipologia','Video Streaming')
->orderBy('Titolo') ->orderBy('Titolo')
->take(2)
->get(); ->get();