aa
This commit is contained in:
@@ -30,7 +30,7 @@ class ArticleController extends Controller
|
|||||||
->orderBy('totaleVenduti', 'desc')
|
->orderBy('totaleVenduti', 'desc')
|
||||||
->get();
|
->get();
|
||||||
|
|
||||||
var_dump($articoli->toArray());
|
// var_dump($articoli->toArray());
|
||||||
|
|
||||||
if ($articoli->isEmpty()) {
|
if ($articoli->isEmpty()) {
|
||||||
return ['error' => 'Nessun articolo'];
|
return ['error' => 'Nessun articolo'];
|
||||||
|
|||||||
Reference in New Issue
Block a user