From 86045b39dca96e1b1fcc2c8610a88fac03c8ea6f Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Thu, 13 Jun 2024 08:59:39 +0200 Subject: [PATCH] aa --- app/CustomFuncPao.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()