Completed
Push — master ( 7f3ed3...4200af )
by Gilmar
22:41
created
src/Entity/Product/Manager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@
 block discarded – undo
154 154
         }
155 155
 
156 156
         $sm = $this->skuManager();
157
-        $product->getSkus()->forAll(function ($key, $element) use ($sm) {
157
+        $product->getSkus()->forAll(function($key, $element) use ($sm) {
158 158
             $sm->hydrate($element);
159 159
         });
160 160
 
Please login to merge, or discard this patch.