From: Vincent Vanwaelscappel Date: Tue, 10 Mar 2026 10:52:05 +0000 (+0100) Subject: wait #8047 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;ds=sidebyside;p=local-tools.git wait #8047 --- diff --git a/app/Console/Commands/CFGroupEDGURL.php b/app/Console/Commands/CFGroupEDGURL.php index 7d2f96f..e3832d9 100644 --- a/app/Console/Commands/CFGroupEDGURL.php +++ b/app/Console/Commands/CFGroupEDGURL.php @@ -44,6 +44,7 @@ class CFGroupEDGURL extends Command $u = cache()->rememberForever('cfgroupedg_ref_' . $ref . '_u_' . md5($json), function () use ($ref, $json) { $data = json_decode($json, true); $products = $data['products']; + $u=''; foreach ($products as $product) { $sku = trim(strip_tags($product['sku']));