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);