diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index 0d33fd0e..1630a089 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -241,6 +241,7 @@ function showOrdini() $str = "Ordine: aaa"; return $str; + /* $orders = Order::orderBy('DataOra', 'desc')->take(5)->get(); $str = ""; @@ -258,7 +259,7 @@ function showOrdini() return "Errore: " . $e->getMessage(); } - return $str; + return $str;*/ } function libriInPrevendita()