From fd62bb9f866da9cf1823e9018597e878b52e61af Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Fri, 17 May 2024 12:35:07 +0200 Subject: [PATCH] test --- app/Console/Commands/TestPao.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Console/Commands/TestPao.php b/app/Console/Commands/TestPao.php index 99328e88..584b4ad5 100644 --- a/app/Console/Commands/TestPao.php +++ b/app/Console/Commands/TestPao.php @@ -249,6 +249,8 @@ class TestPao extends Command $log .= "\n"; } + echo "************** FINE *********** "; + // Select all the fields of the Stock table } catch (\Exception $e) {