This commit is contained in:
paoloar77
2024-06-19 18:41:10 +02:00
parent d570b477a7
commit 710a7ec101

View File

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