From 710a7ec1012b195883dde5fa048b2566f70312bf Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Wed, 19 Jun 2024 18:41:10 +0200 Subject: [PATCH] aa --- app/Console/Commands/TestPao.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/TestPao.php b/app/Console/Commands/TestPao.php index 4eedf5f7..9e8225e8 100644 --- a/app/Console/Commands/TestPao.php +++ b/app/Console/Commands/TestPao.php @@ -60,7 +60,7 @@ class TestPao extends Command $aggiornato = false; set_time_limit(0); ini_set("memory_limit", "512M"); - $settingora = Setting::where('key', 'testpao')->first(); + $settingora = Setting::where('key', 'update_products_qta')->first(); $productLogger = new ProductLogger($settingora, 'testpao'); $fromtime = str_replace('-', '', $settingora->value);