This commit is contained in:
paoloar77
2024-06-19 18:14:52 +02:00
parent be52a2945b
commit 93d6aefc30
3 changed files with 13 additions and 7 deletions

View File

@@ -51,7 +51,7 @@ class ProductUpdateGm extends Command
set_time_limit(0);
ini_set("memory_limit", "512M");
$settingora = Setting::where('key', 'update_products')->first();
$productLogger = new ProductLogger($settingora->value);
$productLogger = new ProductLogger($settingora);
echo "SettingOra: " . $settingora;
$fromtime = str_replace('-', '', $settingora->value);